summaryrefslogtreecommitdiff
path: root/pcr/bbswitch-lts/kmod.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-26 13:49:24 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-26 13:49:24 +0100
commitd86dfce8f2578c6e442842c765dcef670b872029 (patch)
treeee549885a7d181f84db5f86e02d32715d3e1ecda /pcr/bbswitch-lts/kmod.install
parent5208acd9e5754a3f88b5ca7017c37c3b456b5af9 (diff)
pcr/bbswitch-lts: rebuilt
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
-}