iscan-data: fix absolute paths in INSTALL/REMOVE scripts

This commit is contained in:
maxice8 2018-08-26 16:22:16 -03:00
parent 62e05af8a6
commit 76d5bda0f5
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
case "${ACTION}" in case "${ACTION}" in
post) post)
/usr/lib/iscan-data/make-policy-file -m udev --template /usr/lib/udev/rules.d/*-sane.rules -o /usr/lib/udev/rules.d/99-epkowa.rules usr/lib/iscan-data/make-policy-file -m udev --template usr/lib/udev/rules.d/*-sane.rules -o usr/lib/udev/rules.d/99-epkowa.rules
;; ;;
esac esac

View file

@ -1,5 +1,5 @@
case "${ACTION}" in case "${ACTION}" in
post) post)
rm /usr/lib/udev/rules.d/99-epkowa.rules rm usr/lib/udev/rules.d/99-epkowa.rules
;; ;;
esac esac

View file

@ -1,7 +1,7 @@
# Template file for 'iscan-data' # Template file for 'iscan-data'
pkgname=iscan-data pkgname=iscan-data
version=1.39.0 version=1.39.0
revision=1 revision=2
_srcrev=1 _srcrev=1
noarch=yes noarch=yes
build_style=gnu-configure build_style=gnu-configure