From 3f2a8eca7c7bdcd7bcdc9b67e00f02cdef9002bf Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 1 Sep 2014 07:52:09 -0300 Subject: remove parabola suffix and add complex pkgrel on kernel module packages --- libre/acpi_call/kmod.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libre/acpi_call/kmod.install (limited to 'libre/acpi_call/kmod.install') diff --git a/libre/acpi_call/kmod.install b/libre/acpi_call/kmod.install new file mode 100644 index 000000000..40caa464f --- /dev/null +++ b/libre/acpi_call/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 +} -- cgit v1.2.3-54-g00ecf