r9861 - /trunk/libxml-sax-perl/debian/libxml-sax-perl.postrm

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Nov 27 19:01:25 UTC 2007


Author: ntyni-guest
Date: Tue Nov 27 19:01:25 2007
New Revision: 9861

URL: http://svn.debian.org/wsvn/?sc=1&rev=9861
Log:
make the purge survive a missing /var/lib/libxml-sax-perl directory

Modified:
    trunk/libxml-sax-perl/debian/libxml-sax-perl.postrm

Modified: trunk/libxml-sax-perl/debian/libxml-sax-perl.postrm
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/libxml-sax-perl.postrm?rev=9861&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/libxml-sax-perl.postrm (original)
+++ trunk/libxml-sax-perl/debian/libxml-sax-perl.postrm Tue Nov 27 19:01:25 2007
@@ -10,7 +10,7 @@
 if [ "$1" = purge ]
 then
     rm -f /etc/perl/XML/SAX/ParserDetails.ini
-    rm -r /var/lib/libxml-sax-perl
+    rm -rf /var/lib/libxml-sax-perl
     if which ucf >/dev/null 2>&1
     then
         ucf --purge /etc/perl/XML/SAX/ParserDetails.ini




More information about the Pkg-perl-cvs-commits mailing list