iscan-plugin-gt-s650: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
76d5bda0f5
commit
a9fdd51ef8
|
@ -1,6 +1,6 @@
|
||||||
if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then
|
if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then
|
||||||
for id in 0x013c 0x013d; do
|
for id in 0x013c 0x013d; do
|
||||||
iscan-registry --add interpreter usb 0x04b8 $id \
|
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
|
done
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -4,6 +4,6 @@ if [ "$UPDATE" = "no" -a "$ACTION" = "pre" ]; then
|
||||||
command -v iscan-registry >/dev/null 2>&1 || exit 0
|
command -v iscan-registry >/dev/null 2>&1 || exit 0
|
||||||
for id in 0x013c 0x013d; do
|
for id in 0x013c 0x013d; do
|
||||||
iscan-registry --remove interpreter usb 0x04b8 $id \
|
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
|
done
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iscan-plugin-gt-s650'
|
# Template file for 'iscan-plugin-gt-s650'
|
||||||
pkgname=iscan-plugin-gt-s650
|
pkgname=iscan-plugin-gt-s650
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=3
|
revision=4
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
depends="sane-epkowa"
|
depends="sane-epkowa"
|
||||||
|
|
Loading…
Reference in New Issue