diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-23 16:13:38 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-23 16:13:38 (GMT) |
commit | e2df288ce539e205c31b45b0570e03abeaf4b6e4 (patch) | |
tree | 2cfcc2d18ebd322cf4c1e874fe60a86a87f3c1b1 /abs/extra/cups/cups.install | |
parent | 19e92e88ccb220ad8f5277322036c5aa6a5e8bf7 (diff) | |
download | linhes_pkgbuild-e2df288ce539e205c31b45b0570e03abeaf4b6e4.zip linhes_pkgbuild-e2df288ce539e205c31b45b0570e03abeaf4b6e4.tar.gz linhes_pkgbuild-e2df288ce539e205c31b45b0570e03abeaf4b6e4.tar.bz2 |
cups: update to 2.1.2
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 } |