summarylogtreecommitdiffstats
path: root/bbswitch.install
diff options
context:
space:
mode:
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
-}