diff options
author | toni <matzeton@googlemail.com> | 2014-04-21 13:56:45 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2014-04-21 13:56:45 +0200 |
commit | 2948a38da68a8064c7b92aa6ec828d674023721c (patch) | |
tree | 87ede930afaf8919f79a72c3cdd1d25980fd08af | |
parent | 13f9c58aab94af1b572205fb8688b2b6f34b2dce (diff) |
added activate/deactivate feature (3)
-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) |