home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
python-central.postrm
< 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-04-16
|
336 b
|
15 lines
#! /bin/sh -e
if [ "$1" = "purge" ]; then
# remove log file
rm -f /var/log/pycentral.log
rm -f /usr/share/pycentral-data/pyversions.pyc
if [ -d /var/lib/pycentral ]; then
rm -f /var/lib/pycentral/delayed-pkgs
rm -f /var/lib/pycentral/pkgremove
rmdir --ignore-fail-on-non-empty /var/lib/pycentral || true
fi
fi