summarylogtreecommitdiffstats
path: root/openafs-modules.install
diff options
context:
space:
mode:
Diffstat (limited to 'openafs-modules.install')
-rw-r--r--openafs-modules.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/openafs-modules.install b/openafs-modules.install
new file mode 100644
index 000000000000..65628f33b5ce
--- /dev/null
+++ b/openafs-modules.install
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+post_install() {
+ depmod __KERNELVER__
+}
+
+post_upgrade() {
+ depmod __KERNELVER__
+}
+
+post_remove() {
+ depmod __KERNELVER__
+}