New printer config
[fai-configs.git] / scripts / FSF / 20_set_up_printers.sh
index c87084aa0e699d92e1b5894457be625b806e81b7..53f3404eb73f227438188bb5b876d1bf0cf8d646 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/bash
 
-fcopy -v /etc/cups/printers.conf
+fcopy -v /etc/cups/clients.conf
+if $ROOTCMD test -f /etc/cups/printers.conf ; then
+    $ROOTCMD rm -f /etc/cups/printers.conf
+fi