summaryrefslogtreecommitdiff
path: root/community/bbswitch/bbswitch.install
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-18 10:23:47 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-18 10:23:47 +0100
commit929a5d6e5e12fa9528758e5e223e88048e04f363 (patch)
treef0ae0c4ce7bbb928b3eaf24776bbf5a406d31fb6 /community/bbswitch/bbswitch.install
parenteb6ae6ca0cb676b88fb9f22ccd4816df6abc4d2c (diff)
parentf5da39f098910b7b6f92dfbcc0c4d5d235d4a57d (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/erlang/PKGBUILD extra/colord/PKGBUILD extra/redland/PKGBUILD
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
+}