summaryrefslogtreecommitdiff
path: root/pcr/bbswitch-lts/kmod.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/bbswitch-lts/kmod.install')
-rw-r--r--pcr/bbswitch-lts/kmod.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/bbswitch-lts/kmod.install b/pcr/bbswitch-lts/kmod.install
deleted file mode 100644
index 40caa464f..000000000
--- a/pcr/bbswitch-lts/kmod.install
+++ /dev/null
@@ -1,14 +0,0 @@
-_EXTRAMODULES=
-
-post_install() {
- echo ">>> Updating module dependencies. Please wait ..."
- depmod "$(cat /usr/lib/modules/$_EXTRAMODULES/version)" >/dev/null 2>&1
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}