summarylogtreecommitdiffstats
path: root/acpi_call-ck.install
diff options
context:
space:
mode:
Diffstat (limited to 'acpi_call-ck.install')
-rw-r--r--acpi_call-ck.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/acpi_call-ck.install b/acpi_call-ck.install
new file mode 100644
index 000000000000..c59f6009947e
--- /dev/null
+++ b/acpi_call-ck.install
@@ -0,0 +1,14 @@
+post_install() {
+ _extramodules=extramodules-4.0-ck
+ depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et: