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