summarylogtreecommitdiffstats
path: root/brother-dcp-9020cdw.install
diff options
context:
space:
mode:
authorparchd2017-03-26 14:47:47 +0200
committerparchd2017-03-26 14:47:47 +0200
commit4a2772958a4ae7f4d9b039c07755151313ea88e8 (patch)
tree1913fdabf42bcac0ff76113c37fa87e51bf7fcdb /brother-dcp-9020cdw.install
parentf2096bbfa48fca413ed4a5e6bbea4e63413157fe (diff)
downloadaur-4a2772958a4ae7f4d9b039c07755151313ea88e8.tar.gz
Rewrote from scratch. No more unmanaged files.
Diffstat (limited to 'brother-dcp-9020cdw.install')
-rw-r--r--brother-dcp-9020cdw.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/brother-dcp-9020cdw.install b/brother-dcp-9020cdw.install
deleted file mode 100644
index 28976fb982f8..000000000000
--- a/brother-dcp-9020cdw.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- post_upgrade;
-}
-
-post_upgrade() {
- /opt/brother/Printers/dcp9020cdw/cupswrapper/cupswrapperdcp9020cdw >/dev/null
- if [ "$?" -eq 0 ]; then
- printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m Done. The printer should be visible now via the CUPS-webinterface (http://localhost:631)\n"
- else
- printf "\033[1m\032[32m\x3d\x3d\x3e\033\1330m Something went wrong...\n"
- fi
-}