brother-dcp197c-lpr: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
7ac063a4f7
commit
5825dcda2f
|
@ -1,6 +1,6 @@
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
mkdir -p /var/spool/lpd
|
mkdir -p var/spool/lpd
|
||||||
/opt/brother/Printers/dcp197c/inf/setupPrintcapij dcp197c -i
|
opt/brother/Printers/dcp197c/inf/setupPrintcapij dcp197c -i
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'brother-dcp197c-lpr'
|
# Template file for 'brother-dcp197c-lpr'
|
||||||
pkgname=brother-dcp197c-lpr
|
pkgname=brother-dcp197c-lpr
|
||||||
version=1.1.3
|
version=1.1.3
|
||||||
revision=5
|
revision=6
|
||||||
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…
Reference in New Issue