iscan-data: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
62e05af8a6
commit
76d5bda0f5
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue