summaryrefslogtreecommitdiff
path: root/community/bbswitch/bbswitch.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/bbswitch/bbswitch.install')
-rw-r--r--community/bbswitch/bbswitch.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/bbswitch/bbswitch.install b/community/bbswitch/bbswitch.install
new file mode 100644
index 000000000..b19b2f9c4
--- /dev/null
+++ b/community/bbswitch/bbswitch.install
@@ -0,0 +1,12 @@
+post_install() {
+ EXTRAMODULES='extramodules-3.7-ARCH'
+ depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}