From 98b0f5810839693aea4d5705e29964a0ce123ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org> Date: Wed, 30 Jun 2010 18:11:54 +0200 Subject: [PATCH] ignore /var/lib/pycentral/pkgremove --- autoscripts/preinst-pycentral-clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscripts/preinst-pycentral-clean b/autoscripts/preinst-pycentral-clean index a89a521..412602a 100644 --- a/autoscripts/preinst-pycentral-clean +++ b/autoscripts/preinst-pycentral-clean @@ -1,5 +1,5 @@ # make sure python-central files are removed before new package is installed -if [ -f /var/lib/pycentral/#PACKAGE#.pkgremove ] || [ -f /var/lib/pycentral/pkgremove ] +if [ -f /var/lib/pycentral/#PACKAGE#.pkgremove ] then pycentral pkgremove #PACKAGE# rm -f /var/lib/pycentral/#PACKAGE#.pkgremove -- GitLab