summarylogtreecommitdiffstats
path: root/batman-adv.install
diff options
context:
space:
mode:
authorThomas Weißschuh2012-02-12 14:10:25 +0000
committerThomas Weißschuh2012-02-12 14:10:25 +0000
commit3865bec9fdfc336e46d40d361f6af9acba739b29 (patch)
tree3d8829fe44e262c2e32b2c628bb4ef3f401f2e96 /batman-adv.install
downloadaur-3865bec9fdfc336e46d40d361f6af9acba739b29.tar.gz
initial commit
Diffstat (limited to 'batman-adv.install')
-rw-r--r--batman-adv.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/batman-adv.install b/batman-adv.install
new file mode 100644
index 000000000000..4cec9bb36dfe
--- /dev/null
+++ b/batman-adv.install
@@ -0,0 +1,10 @@
+post_install() {
+ /sbin/depmod -a
+}
+
+post_upgrade() {
+ /sbin/depmod -a
+}
+
+
+# vim:set ts=2 sw=2 et: