summarylogtreecommitdiffstats
path: root/stk11xx-svn.install
diff options
context:
space:
mode:
Diffstat (limited to 'stk11xx-svn.install')
-rw-r--r--stk11xx-svn.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/stk11xx-svn.install b/stk11xx-svn.install
new file mode 100644
index 000000000000..8163a60772e2
--- /dev/null
+++ b/stk11xx-svn.install
@@ -0,0 +1,16 @@
+post_install()
+{
+ depmod $(cat /lib/modules/extramodules-`uname -r | sed "s/\([0-9]\+.[0-9]\+\).*/\1/"`-ARCH/version)
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: