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

This commit is contained in:
maxice8 2018-08-26 16:24:17 -03:00
parent 7ac063a4f7
commit 5825dcda2f
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"