brother-dcp197c-cupswrapper: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
a9fdd51ef8
commit
7ac063a4f7
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue