brother-dcp197c-cupswrapper: fix absolute paths in INSTALL/REMOVE scripts

This commit is contained in:
maxice8 2018-08-26 16:22:50 -03:00
parent a9fdd51ef8
commit 7ac063a4f7
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
case "${ACTION}" in
post)
/opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -i
chmod 755 /opt/brother/Printers/dcp197c/cupswrapper
opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -i
chmod 755 opt/brother/Printers/dcp197c/cupswrapper
;;
esac

View file

@ -1,3 +1,3 @@
case ${ACTION} in
pre) /opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -e ;;
pre) opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -e ;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'brother-dcp197c-cupswrapper'
pkgname=brother-dcp197c-cupswrapper
version=1.1.3
revision=7
revision=8
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
homepage="http://support.brother.com/g/b/index.aspx"
license="GPL-2"