summaryrefslogtreecommitdiffstats
path: root/source/ap/cups/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/cups/doinst.sh')
-rw-r--r--source/ap/cups/doinst.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/ap/cups/doinst.sh b/source/ap/cups/doinst.sh
index 80ebbd17e..b317ed95c 100644
--- a/source/ap/cups/doinst.sh
+++ b/source/ap/cups/doinst.sh
@@ -17,12 +17,6 @@ if [ -r etc/pam.d/cups.new ]; then
config etc/pam.d/cups.new
fi
-# 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':