home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
python-xkit.postinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-01-12
|
298 b
|
11 lines
#!/bin/sh
set -e
# Automatically added by dh_pycentral
if which pycentral >/dev/null 2>&1; then
pycentral pkginstall python-xkit
if grep -qs '^python-xkit$' /var/lib/pycentral/delayed-pkgs; then
sed -i '/^python-xkit$/d' /var/lib/pycentral/delayed-pkgs
fi
fi
# End automatically added section