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