iscan-plugin-gt-s650: fix absolute paths in INSTALL/REMOVE scripts

This commit is contained in:
maxice8 2018-08-26 16:22:17 -03:00
parent 76d5bda0f5
commit a9fdd51ef8
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,6 +1,6 @@
if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then
for id in 0x013c 0x013d; do
iscan-registry --add interpreter usb 0x04b8 $id \
/usr/lib/iscan/libiscan-plugin-gt-s650 /usr/share/iscan/esfw010c.bin
usr/lib/iscan/libiscan-plugin-gt-s650 usr/share/iscan/esfw010c.bin
done
fi

View File

@ -4,6 +4,6 @@ if [ "$UPDATE" = "no" -a "$ACTION" = "pre" ]; then
command -v iscan-registry >/dev/null 2>&1 || exit 0
for id in 0x013c 0x013d; do
iscan-registry --remove interpreter usb 0x04b8 $id \
/usr/lib/iscan/libiscan-plugin-gt-s650 /usr/share/iscan/esfw010c.bin
usr/lib/iscan/libiscan-plugin-gt-s650 usr/share/iscan/esfw010c.bin
done
fi

View File

@ -1,7 +1,7 @@
# Template file for 'iscan-plugin-gt-s650'
pkgname=iscan-plugin-gt-s650
version=1.1.0
revision=3
revision=4
repository=nonfree
maintainer="Orphaned <orphan@voidlinux.eu>"
depends="sane-epkowa"