severity 384358 serious
tags 384358 patch
thanks

xfe.postrm is severely broken, as for all calls except 'postrm purge' it
will return an error, making the package unremovable and causing
aptitude to do nothing but fail with this error.

The following patch is what I THINK is missing (has been accidentally
deleted / is no longer added by a script...) but don't trust me on these
things!

Florian

--- xfe.postrm.old      2006-09-14 19:32:56.000000000 +0200
+++ xfe.postrm  2006-09-14 19:35:17.000000000 +0200
@@ -25,6 +25,10 @@
          rm -f $CONF
         ;;
 
+    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+
+    ;;
+
     *)
         echo "postrm called with unknown argument \`$1'" >&2
         exit 1

Attachment: signature.asc
Description: Digital signature

Reply via email to