Unverified Commit b0128a10 authored by Luke Granger-Brown's avatar Luke Granger-Brown Committed by GitHub
Browse files

cupsd: Allow major upgrades of gutenprint with cups-genppdupdate. (#129337)

parents 0d2230e8 66a4cdc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -419,7 +419,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
            ''}
          '';