summaryrefslogtreecommitdiffstats
path: root/abs/core/lirc/lirc.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/lirc/lirc.install')
-rw-r--r--abs/core/lirc/lirc.install17
1 files changed, 7 insertions, 10 deletions
diff --git a/abs/core/lirc/lirc.install b/abs/core/lirc/lirc.install
index 8e5460a..cc5d931 100644
--- a/abs/core/lirc/lirc.install
+++ b/abs/core/lirc/lirc.install
@@ -1,16 +1,13 @@
-EXTRAMODULES=extramodules-3.13-ARCH
-
post_install() {
- # updating module dependencies
- echo ">>> Updating module dependencies. Please wait ..."
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1
+ systemd-tmpfiles --create lirc.conf
}
post_upgrade() {
- post_install
-}
+ post_install
-# arg 1: the old package version
-post_remove() {
- post_install
+# if [[ "$(vercmp $2 1:0.9.1-1)" -lt 0 ]]; then
+# echo ':: lirc.service and lircm.service have been replaced'
+# echo ' by the upstream unit files lircd.service and'
+# echo ' lircmd.service.'
+# fi
}