iscan-plugin-gt-s650: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user