One last fix

This commit is contained in:
Seylerius 2016-11-22 13:48:52 -08:00
parent 3d8398da70
commit b142b6333c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
_model="9460cdn" _model="9460cdn"
pkgname="brother-mfc-$_model" pkgname="brother-mfc-$_model"
pkgver="1.1.1" pkgver="1.1.1"
pkgrel=2 pkgrel=3
pkgdesc="LPR and CUPS driver for the Brother MFC-9460CDN" pkgdesc="LPR and CUPS driver for the Brother MFC-9460CDN"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html" url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"

View File

@ -3,7 +3,7 @@ post_install() {
} }
post_upgrade() { post_upgrade() {
/opt/brother/Printers/mfc9460cdn/cupswrapper/cupswrappermfc9460cdn >/dev/null /usr/local/Brother/Printer/mfc9460cdn/cupswrapper/cupswrappermfc9460cdn >/dev/null
if [ "$?" -eq 0 ]; then 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" 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 else