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
|
||||
post)
|
||||
mkdir -p /var/spool/lpd
|
||||
/opt/brother/Printers/dcp197c/inf/setupPrintcapij dcp197c -i
|
||||
mkdir -p var/spool/lpd
|
||||
opt/brother/Printers/dcp197c/inf/setupPrintcapij dcp197c -i
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'brother-dcp197c-lpr'
|
||||
pkgname=brother-dcp197c-lpr
|
||||
version=1.1.3
|
||||
revision=5
|
||||
revision=6
|
||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||
homepage="http://support.brother.com/g/b/index.aspx"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in New Issue