Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
python / usr / share / debhelper / autoscripts / preinst-pycentral-clean
Size: Mime:
# 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