summaryrefslogtreecommitdiff
path: root/libre/lirc-libre/lirc-utils.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-14 17:11:33 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-14 17:11:33 -0300
commitac2c1df9d322fffc1916571d03b4be5375a53244 (patch)
treeb9a28a1faf873b77875cd6804fd6c2085ba1e7f6 /libre/lirc-libre/lirc-utils.install
parent7320d6cd3453133feba94548a8e3e4ab7457a533 (diff)
downloadabslibre-ac2c1df9d322fffc1916571d03b4be5375a53244.tar.gz
abslibre-ac2c1df9d322fffc1916571d03b4be5375a53244.tar.bz2
abslibre-ac2c1df9d322fffc1916571d03b4be5375a53244.zip
lirc-libre-1:0.9.1-1: updating version
Diffstat (limited to 'libre/lirc-libre/lirc-utils.install')
-rw-r--r--libre/lirc-libre/lirc-utils.install8
1 files changed, 7 insertions, 1 deletions
diff --git a/libre/lirc-libre/lirc-utils.install b/libre/lirc-libre/lirc-utils.install
index 293d1ed7c..f7faa07eb 100644
--- a/libre/lirc-libre/lirc-utils.install
+++ b/libre/lirc-libre/lirc-utils.install
@@ -3,5 +3,11 @@ post_install() {
}
post_upgrade() {
- post_install
+ 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
}