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

This commit is contained in:
Luke Granger-Brown
2025-01-03 16:27:37 +00:00
committed by GitHub
+1 -1
View File
@@ -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
''}
'';