summarylogtreecommitdiffstats
path: root/brother-mfc-j265w.install
diff options
context:
space:
mode:
authorMichael Heyns2015-09-20 01:57:00 +1200
committerMichael Heyns2015-09-20 01:57:00 +1200
commite1ea6e8314682dab8961bd189d1a05a50da655cd (patch)
tree9f9716d18cfe01c3ec3713dfb76e67011b91b5de /brother-mfc-j265w.install
parent51b3874ed5ca6c32c98a27fda447c688f0c2b325 (diff)
downloadaur-brother-mfc-j265w.tar.gz
Switch to rpm version
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/"
}