diff options
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst new file mode 100755 index 0000000..752b161 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ -x /usr/sbin/update-initramfs ] +then + update-initramfs -k all -u +fi + +#DEBHELPER# |