diff options
Diffstat (limited to 'debian/fuse-module.postinst')
-rw-r--r-- | debian/fuse-module.postinst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/fuse-module.postinst b/debian/fuse-module.postinst deleted file mode 100644 index 74d4e93..0000000 --- a/debian/fuse-module.postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -if [ "$1" = "configure" -a "`uname -r`" = "${kvers}" ]; then - depmod -a || true -fi - -#DEBHELPER# |