diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-22 17:38:20 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-22 17:38:20 -0200 |
commit | e3bb0e7d750c84148c2827a68fa32ebb8349b704 (patch) | |
tree | a9a0976412f5753a8663f90601294f4451dd1b1f /libre/lirc/lirc-utils.install | |
parent | 786483aba4a71752f2a451d17bac9bda97ab4b54 (diff) |
remove lirc and lirc-utils from [libre] because the wpc8769l kernel drivers were dropped
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 -} |