summaryrefslogtreecommitdiff
path: root/libre/lirc/lirc-utils.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2015-01-27 11:41:49 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2015-01-27 11:41:49 -0300
commit27aa494d6370c4193a98b2df3502d07ba655be68 (patch)
treefdfdb8dce4fb22a3271b0d559cdd22be9dc9552a /libre/lirc/lirc-utils.install
parenta896c7cb7d5909a49f4bf4d6967189ab7860582b (diff)
parentc5c563eec2438ec16a57c95d22800de5a99171ef (diff)
Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre
Diffstat (limited to 'libre/lirc/lirc-utils.install')
-rw-r--r--libre/lirc/lirc-utils.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/lirc/lirc-utils.install b/libre/lirc/lirc-utils.install
deleted file mode 100644
index f7faa07eb..000000000
--- a/libre/lirc/lirc-utils.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- systemd-tmpfiles --create lirc.conf
-}
-
-post_upgrade() {
- 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
-}