diff options
author | root <root@rshg047.dnsready.net> | 2011-07-15 23:12:20 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-15 23:12:20 +0000 |
commit | 76c26b027d797f3671bf0b6c6618eda2496cf88d (patch) | |
tree | c386be56a0a3bc7b668a674e9cec6405a4d2fb2f /extra/cups/cups.install | |
parent | 29657877f6a02dbba1bd58b417b4ccd211939690 (diff) |
Fri Jul 15 23:12:20 UTC 2011
Diffstat (limited to 'extra/cups/cups.install')
-rw-r--r-- | extra/cups/cups.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/cups/cups.install b/extra/cups/cups.install index c4307912b..0b7245aa7 100644 --- a/extra/cups/cups.install +++ b/extra/cups/cups.install @@ -12,6 +12,11 @@ post_upgrade() { if [ -x usr/bin/xdg-icon-resource ]; then xdg-icon-resource forceupdate --theme hicolor 2> /dev/null fi + if [ "`vercmp $2 1.4.7-2`" -lt 0 ]; then + # important upgrade notice + echo "daemon srcript has been renamed to /etc/rc.d/cupsd" + echo "change your entry in /etc/rc.conf" + fi } post_remove() { |