summarylogtreecommitdiffstats
path: root/brother-mfc-9140cdn.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-mfc-9140cdn.install')
-rw-r--r--brother-mfc-9140cdn.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/brother-mfc-9140cdn.install b/brother-mfc-9140cdn.install
deleted file mode 100644
index db108148709d..000000000000
--- a/brother-mfc-9140cdn.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- post_upgrade;
-}
-
-post_upgrade() {
- /opt/brother/Printers/mfc9140cdn/cupswrapper/cupswrappermfc9140cdn >/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
-}