diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-01-27 11:41:49 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-01-27 11:41:49 -0300 |
commit | 27aa494d6370c4193a98b2df3502d07ba655be68 (patch) | |
tree | fdfdb8dce4fb22a3271b0d559cdd22be9dc9552a /libre/lirc/lirc-utils.install | |
parent | a896c7cb7d5909a49f4bf4d6967189ab7860582b (diff) | |
parent | c5c563eec2438ec16a57c95d22800de5a99171ef (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.install | 13 |
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 -} |