summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeylerius2016-11-22 13:48:52 -0800
committerSeylerius2016-11-22 13:48:52 -0800
commitb142b6333c116348123d645eca6cfde66908703a (patch)
tree705d06a995b1b9f2390bbe8ce69d3243ca5027f1
parent3d8398da701e101f36bebfaf3360fe1f6a512f55 (diff)
downloadaur-b142b6333c116348123d645eca6cfde66908703a.tar.gz
One last fix
-rw-r--r--PKGBUILD2
-rw-r--r--brother-mfc-9460cdn.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff66efa68929..e151d40d6be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_model="9460cdn"
pkgname="brother-mfc-$_model"
pkgver="1.1.1"
-pkgrel=2
+pkgrel=3
pkgdesc="LPR and CUPS driver for the Brother MFC-9460CDN"
arch=('i686' 'x86_64')
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
diff --git a/brother-mfc-9460cdn.install b/brother-mfc-9460cdn.install
index 502f652f0ec1..886f18aa93dc 100644
--- a/brother-mfc-9460cdn.install
+++ b/brother-mfc-9460cdn.install
@@ -3,7 +3,7 @@ post_install() {
}
post_upgrade() {
- /opt/brother/Printers/mfc9460cdn/cupswrapper/cupswrappermfc9460cdn >/dev/null
+ /usr/local/Brother/Printer/mfc9460cdn/cupswrapper/cupswrappermfc9460cdn >/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