summarylogtreecommitdiffstats
path: root/bbswitch.install
diff options
context:
space:
mode:
authorBjörn Bidar2017-12-26 22:50:10 +0100
committerBjörn Bidar2017-12-26 22:50:10 +0100
commitaea348c2d652885e84d0a85f657a817388c1fc07 (patch)
tree4ee4498f9b693e1f732eec90f43e68f63666aa2d /bbswitch.install
parent106199d4f3b895213afd2d638e0140e851b28786 (diff)
downloadaur-aea348c2d652885e84d0a85f657a817388c1fc07.tar.gz
urel
Diffstat (limited to 'bbswitch.install')
-rw-r--r--bbswitch.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/bbswitch.install b/bbswitch.install
deleted file mode 100644
index 49895d99b028..000000000000
--- a/bbswitch.install
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- sh -*-
-post_install() {
- EXTRAMODULES='extramodules-4.13-pf'
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}