aboutsummaryrefslogtreecommitdiffstats
path: root/debian/fuse-module.postinst
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-04-19 10:55:03 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-04-19 10:55:03 +0000
commitb86eca23b9bb47893e395057885e9e30e431afcf (patch)
tree18d99e52824f11919877367e657402c98fc27fab /debian/fuse-module.postinst
parent8ec48ec8afb7ab8ab95e15ad94d0ee90dd4a051e (diff)
downloadlibfuse-b86eca23b9bb47893e395057885e9e30e431afcf.tar.gz
removed debian directory
Diffstat (limited to 'debian/fuse-module.postinst')
-rw-r--r--debian/fuse-module.postinst7
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#