Commit 66a4cdc7 authored by Clemens Fruhwirth's avatar Clemens Fruhwirth
Browse files

cupsd: Allow major upgrades of gutenprint with cups-genppdupdate.

parent 20887e4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ in

            ${optionalString (containsGutenprint cfg.drivers) ''
              if [ -d /var/lib/cups/ppd ]; then
                ${getGutenprint cfg.drivers}/bin/cups-genppdupdate -p /var/lib/cups/ppd
                ${getGutenprint cfg.drivers}/bin/cups-genppdupdate -x -p /var/lib/cups/ppd
              fi
            ''}
          '';