brother-dcp197c-cupswrapper: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
a9fdd51ef8
commit
7ac063a4f7
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
/opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -i
|
opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -i
|
||||||
chmod 755 /opt/brother/Printers/dcp197c/cupswrapper
|
chmod 755 opt/brother/Printers/dcp197c/cupswrapper
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
case ${ACTION} in
|
case ${ACTION} in
|
||||||
pre) /opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -e ;;
|
pre) opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -e ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'brother-dcp197c-cupswrapper'
|
# Template file for 'brother-dcp197c-cupswrapper'
|
||||||
pkgname=brother-dcp197c-cupswrapper
|
pkgname=brother-dcp197c-cupswrapper
|
||||||
version=1.1.3
|
version=1.1.3
|
||||||
revision=7
|
revision=8
|
||||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||||
homepage="http://support.brother.com/g/b/index.aspx"
|
homepage="http://support.brother.com/g/b/index.aspx"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue