hello,

i just uploaded a NMU to fix that bug into the DELAYED-5 queue on gluck.
the patch is attached.

...
 jonas
diff -rNu fuse-2.3.0.orig/debian/fuse-utils.postrm 
fuse-2.3.0/debian/fuse-utils.postrm
--- fuse-2.3.0.orig/debian/fuse-utils.postrm    2005-10-03 00:13:59.000000000 
+0200
+++ fuse-2.3.0/debian/fuse-utils.postrm 2005-10-03 00:19:39.000000000 +0200
@@ -12,24 +12,21 @@
 }
 
 case $1 in
+  remove)
+    dpkg-statoverride --remove /usr/bin/fusermount  2>/dev/null || true
+  ;;
+
   purge)
     ucf --purge $CONFFILE
     rm -f $CONFFILE
-    dpkg-statoverride --remove /usr/bin/fusermount  2>/dev/null || true
   ;;
 
   failed-upgrade|upgrade)
   ;;
 
-  remove)
-    if is_true $FUSE_GROUPDELETE && [[ -n $FUSE_GROUP ]]; then
-               dpkg-statoverride --remove /usr/bin/fusermount  2>/dev/null || 
true
-       fi
-  ;;
-
   *)
     echo "postrm called with unknown argument \`$1'" >&2
-    exit 1
+    exit 0
   ;;
 esac
 

Reply via email to