Package: debianutils
Version: 2.16.1
Severity: minor
Tags: patch
Justification: In postrm "purge", nothing has changed since postrm
 "remove", except that conffiles have been removed.  In "upgrade",
 this is redundant with the call made in postinst; failed-upgrade
 should attempt the same thing as upgrade (though it isn't strictly
 wrong to do nothing).  The "deconfigure" case is bogus; this happens
 only for prerm.  The "disappear" case is mostly hypothetical, but if
 it did happen, rebuilding the mime stuffs would be right.

--- /var/lib/dpkg/info/debianutils.postrm       2006-05-18 14:31:47.000000000 
-0400
+++ /tmp/debianutils.postrm     2006-06-18 14:44:13.000000000 -0400
@@ -3,13 +3,13 @@
 set -e
 
 case "$1" in
-    remove|purge|upgrade|deconfigure|disappear)
+    remove|disappear)
     if which update-mime >/dev/null;
     then
             update-mime
     fi
         ;;
-    failed-upgrade|abort-install|abort-upgrade)
+    upgrade|failed-upgrade|purge|abort-install|abort-upgrade)
         ;;
     *)
         echo "prerm called with unknown argument \`$1'" >&2


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to