summaryrefslogtreecommitdiff
path: root/libre/bbswitch-libre/bbswitch.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-31 00:42:46 -0700
committerroot <root@rshg054.dnsready.net>2013-03-31 00:42:46 -0700
commitbccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 (patch)
tree36b3a3efb723f4bcf4bdcbc909481ec8c8092d58 /libre/bbswitch-libre/bbswitch.install
parentec8ec85d765aa7c0826e20196c70e20e0e4e7169 (diff)
Sun Mar 31 00:42:46 PDT 2013
Diffstat (limited to 'libre/bbswitch-libre/bbswitch.install')
-rw-r--r--libre/bbswitch-libre/bbswitch.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/bbswitch-libre/bbswitch.install b/libre/bbswitch-libre/bbswitch.install
new file mode 100644
index 000000000..ed6f7348d
--- /dev/null
+++ b/libre/bbswitch-libre/bbswitch.install
@@ -0,0 +1,12 @@
+post_install() {
+ EXTRAMODULES='extramodules-3.8-LIBRE'
+ depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}