summarylogtreecommitdiffstats
path: root/brother-mfc-j265w.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-mfc-j265w.install')
-rw-r--r--brother-mfc-j265w.install10
1 files changed, 3 insertions, 7 deletions
diff --git a/brother-mfc-j265w.install b/brother-mfc-j265w.install
index 8f9d323cd273..3ddb04120f84 100644
--- a/brother-mfc-j265w.install
+++ b/brother-mfc-j265w.install
@@ -3,11 +3,7 @@ post_install() {
}
post_upgrade() {
- /usr/local/Brother/Printer/mfcj265w/cupswrapper/cupswrappermfcj265w >/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
+echo "Restart CUPS to load the new files"
+echo "You can now register your new printer using the web interface at:"
+echo " http://localhost:631/"
}