]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Call notify-reboot-required after the module was built
authorCarlos Alberto Lopez Perez <clopez@igalia.com>
Tue, 2 Apr 2013 22:03:56 +0000 (00:03 +0200)
committerCarlos Alberto Lopez Perez <clopez@igalia.com>
Tue, 2 Apr 2013 22:03:56 +0000 (00:03 +0200)
 * The compilation of the module happens inside the #DEBHELPER# block
   (automatically handled by dh_dkms). So call notify-reboot-required
   after it was built.

debian/zfs-dkms.postinst

index 2f07a6475ee0309d59f691948f4efa6b39fd9fba..c5914f4185241dd4704dbacf6c44da78316428a2 100644 (file)
@@ -1,6 +1,9 @@
 #!/bin/sh
 set -e
 
+#DEBHELPER#
+
+
 case $1 in
        (configure)
                if [ -x /usr/share/update-notifier/notify-reboot-required ]; then
@@ -8,5 +11,3 @@ case $1 in
                fi
                ;;
 esac
-
-#DEBHELPER#