summarylogtreecommitdiffstats
path: root/piuio.install
diff options
context:
space:
mode:
Diffstat (limited to 'piuio.install')
-rw-r--r--piuio.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/piuio.install b/piuio.install
new file mode 100644
index 000000000000..bd81dd676ffd
--- /dev/null
+++ b/piuio.install
@@ -0,0 +1,14 @@
+KERNEL_VERSION=
+
+post_install() {
+ echo ">>> Updating module dependencies. Please wait..."
+ depmod "$(< "/usr/lib/modules/extramodules-$KERNEL_VERSION/version")"
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}