Package: fuse
Version: 2.8.6-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch precise
fuse installs an initramfs hook; it seems to me that it should therefore
also schedule an initramfs update on installation.
=== modified file 'debian/fuse.postinst'
--- debian/fuse.postinst 2011-10-23 11:07:53 +0000
+++ debian/fuse.postinst 2011-11-24 23:02:35 +0000
@@ -35,6 +35,10 @@ case "${1}" in
chown root:fuse /etc/fuse.conf
chmod 0640 /etc/fuse.conf
+
+ if type update-initramfs >/dev/null 2>&1; then
+ update-initramfs -u
+ fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
Thanks,
--
Colin Watson [[email protected]]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]