summaryrefslogtreecommitdiff
path: root/libre/lirc/kmod.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-22 17:38:20 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-22 17:38:20 -0200
commite3bb0e7d750c84148c2827a68fa32ebb8349b704 (patch)
treea9a0976412f5753a8663f90601294f4451dd1b1f /libre/lirc/kmod.install
parent786483aba4a71752f2a451d17bac9bda97ab4b54 (diff)
remove lirc and lirc-utils from [libre] because the wpc8769l kernel drivers were dropped
Diffstat (limited to 'libre/lirc/kmod.install')
-rw-r--r--libre/lirc/kmod.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/lirc/kmod.install b/libre/lirc/kmod.install
deleted file mode 100644
index 40caa464f..000000000
--- a/libre/lirc/kmod.install
+++ /dev/null
@@ -1,14 +0,0 @@
-_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
-}