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

This commit is contained in:
Clemens Fruhwirth
2021-07-05 18:11:08 +02:00
parent 20887e4bbf
commit 66a4cdc742
+1 -1
View File
@@ -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
''}
'';