summaryrefslogtreecommitdiffstats
path: root/source/a/cups/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/cups/doinst.sh')
-rw-r--r--source/a/cups/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/a/cups/doinst.sh b/source/a/cups/doinst.sh
index 3f56dab3f..6807cc3ac 100644
--- a/source/a/cups/doinst.sh
+++ b/source/a/cups/doinst.sh
@@ -14,6 +14,12 @@ for file in etc/cups/*.new ; do
done
config etc/dbus-1/system.d/cups.conf.new
+# This file will just have to go. It appeared for a while during a -current
+# devel period and has never been part of a stable release.
+#config etc/modprobe.d/cups.blacklist.usblp.conf.new
+rm -f etc/modprobe.d/cups.blacklist.usblp.conf.new
+rm -f etc/modprobe.d/cups.blacklist.usblp.conf
+
# Leave any new rc.cups with the same permissions as the old one:
# This is a kludge, but it's because there's no --reference option
# on busybox's 'chmod':