diff options
Diffstat (limited to 'abs/extra/cups/cups.install')
-rw-r--r-- | abs/extra/cups/cups.install | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/abs/extra/cups/cups.install b/abs/extra/cups/cups.install index 121eeb0..77fac93 100644 --- a/abs/extra/cups/cups.install +++ b/abs/extra/cups/cups.install @@ -13,18 +13,11 @@ post_upgrade() { xdg-icon-resource forceupdate --theme hicolor 2> /dev/null fi - if [ "`vercmp $2 1.6.0`" -lt 0 ]; then + if [ "`vercmp $2 2.0.0-1`" -lt 0 ]; then # important upgrade notice - echo "* avahi-daemon should now run before you start cupsd for" - echo " printer Browsing support" - echo "* check your config with cupsd -t" - echo " and fix all Browsing related settings" - fi - - if [ "`vercmp $2 1.6.1-3`" -lt 0 ]; then - # important upgrade notice - echo "> It's now safe to load usblp kernel module." - echo "> There's no more need to blacklist it." + echo "> systemd unit names have been renamed" + echo "> you should systemctl stop and disable cups.service and" + echo "> systemctl daemon-reload, start and enable org.cups.cupsd.service" fi } |