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, 14 insertions, 0 deletions
diff --git a/pcr/bbswitch-lts/kmod.install b/pcr/bbswitch-lts/kmod.install
new file mode 100644
index 000000000..40caa464f
--- /dev/null
+++ b/pcr/bbswitch-lts/kmod.install
@@ -0,0 +1,14 @@
+_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
+}