r1380 - in zope-common/trunk/debian (changelog postrm)

Jonas Meurer mejo at alioth.debian.org
Thu May 21 13:28:07 UTC 2009


    Date: Thursday, May 21, 2009 @ 13:28:05
  Author: mejo
Revision: 1380

Add rmdir /Extensions to debian/postrm. (closes: #528020)

Modified:
  zope-common/trunk/debian/changelog
  zope-common/trunk/debian/postrm

Modified: zope-common/trunk/debian/changelog
===================================================================
--- zope-common/trunk/debian/changelog	2009-05-21 13:17:44 UTC (rev 1379)
+++ zope-common/trunk/debian/changelog	2009-05-21 13:28:05 UTC (rev 1380)
@@ -1,3 +1,9 @@
+zope-common (0.5.48) unstable; urgency=low
+
+  * Add rmdir $LOCALDIR/Extensions to debian/postrm. (closes: #528020)
+
+ -- Jonas Meurer <mejo at debian.org>  Thu, 21 May 2009 15:27:37 +0200
+
 zope-common (0.5.47) unstable; urgency=low
 
   [ Bernd Zeimetz ]

Modified: zope-common/trunk/debian/postrm
===================================================================
--- zope-common/trunk/debian/postrm	2009-05-21 13:17:44 UTC (rev 1379)
+++ zope-common/trunk/debian/postrm	2009-05-21 13:28:05 UTC (rev 1380)
@@ -38,6 +38,7 @@
         rm -rf /var/lib/zope/dzhandle
 
         LOCALDIR=/usr/local/share/zope
+        rmdir --ignore-fail-on-non-empty $LOCALDIR/Extensions || true
         rmdir --ignore-fail-on-non-empty $LOCALDIR/Products || true
         rmdir --ignore-fail-on-non-empty $LOCALDIR || true
         ;;




More information about the pkg-zope-commits mailing list