summarylogtreecommitdiffstats
path: root/bbswitch.install
diff options
context:
space:
mode:
authorBjörn Bidar2015-06-13 18:18:51 +0200
committerBjörn Bidar2015-06-13 18:18:51 +0200
commitdcec84353b3aa77f18a630d105d1aa187987f786 (patch)
tree422c12453ddd8196dad8c3bbad786dcaea8e5751 /bbswitch.install
downloadaur-dcec84353b3aa77f18a630d105d1aa187987f786.tar.gz
initial import
Diffstat (limited to 'bbswitch.install')
-rw-r--r--bbswitch.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/bbswitch.install b/bbswitch.install
new file mode 100644
index 000000000000..ad88678e9b84
--- /dev/null
+++ b/bbswitch.install
@@ -0,0 +1,13 @@
+# -*- sh -*-
+post_install() {
+ EXTRAMODULES='extramodules-4.0-pf'
+ depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}