Your IP : 18.189.43.15


Current Path : /usr/share/debhelper/autoscripts/
Upload File :
Current File : //usr/share/debhelper/autoscripts/preinst-pycentral-clean

# make sure python-central files are removed before new package is installed
if [ "$1" = upgrade ] && [ -f /var/lib/pycentral/#PACKAGE#.pkgremove ]
then
	pycentral pkgremove #PACKAGE#
	rm -f /var/lib/pycentral/#PACKAGE#.pkgremove
fi