home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
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
|
2010-09-14
|
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