diff options
-rw-r--r-- | debian/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index 31b430c..b093df8 100644 --- a/debian/postinst +++ b/debian/postinst @@ -57,6 +57,7 @@ case "$1" in echo "Unknown whiptail error occured .." >&2 ;; esac + update-initramfs -u ;; upgrade) |