summarylogtreecommitdiffstats
path: root/depmod.install
diff options
context:
space:
mode:
Diffstat (limited to 'depmod.install')
-rw-r--r--depmod.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/depmod.install b/depmod.install
new file mode 100644
index 000000000000..99ea19d4dd21
--- /dev/null
+++ b/depmod.install
@@ -0,0 +1,2 @@
+post_install(){ depmod -a ; }
+post_upgrade(){ depmod -a ; }