[SCM] Debian packaging of w3c-linkchecker branch, master, updated. upstream/4.81-95-g0d02156

gregor herrmann gregoa at debian.org
Tue Oct 2 16:42:58 UTC 2012


The following commit has been merged in the master branch:
commit 42a71e479426bbd47e238a24033d3ed221094d72
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Oct 2 18:30:18 2012 +0200

    debian/postrm: remove configuration file unconditionally during purge.
    
    Closes: #688736
    Thanks: Andreas Beckmann for the followup test.

diff --git a/debian/postrm b/debian/postrm
index 057d53d..5da6df3 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -9,10 +9,10 @@ case "$1" in
 
     if which ucf >/dev/null 2>&1; then
         ucf --purge $CFG_FILE
-    else
-        rm -f $CFG_FILE
     fi
 
+    rm -f $CFG_FILE
+
     for ext in .bak .tmp .dpkg-tmp .dkpg-new .dpkg-old .ucf-new .ucf-old .ucf-dist
     do
        rm -f $CFG_FILE$ext

-- 
Debian packaging of w3c-linkchecker



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