summaryrefslogtreecommitdiff
path: root/community/bbswitch/bbswitch.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-18 00:04:36 -0700
committerroot <root@rshg054.dnsready.net>2013-03-18 00:04:36 -0700
commitf5da39f098910b7b6f92dfbcc0c4d5d235d4a57d (patch)
tree1e3b4c067e5d11156332774feabf33163764fd8a /community/bbswitch/bbswitch.install
parent993f2994ae292cae095a0282520680c33d92af5b (diff)
Mon Mar 18 00:04:36 PDT 2013
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
+}