summarylogtreecommitdiffstats
path: root/modules.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules.install')
-rw-r--r--modules.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules.install b/modules.install
new file mode 100644
index 000000000000..0383d7690ee9
--- /dev/null
+++ b/modules.install
@@ -0,0 +1,11 @@
+KERNEL_VERSION=4.0.0-usermodelinux
+
+post_install() {
+ echo ">>> Updating module dependencies. Please wait ..."
+ depmod ${KERNEL_VERSION}
+}
+
+post_upgrade() {
+ echo ">>> Updating module dependencies. Please wait ..."
+ depmod ${KERNEL_VERSION}
+}