From ac2c1df9d322fffc1916571d03b4be5375a53244 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 14 Aug 2014 17:11:33 -0300 Subject: lirc-libre-1:0.9.1-1: updating version --- libre/lirc-libre/lirc-utils.install | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libre/lirc-libre/lirc-utils.install') 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 } -- cgit v1.2.3