diff --git a/srcpkgs/iscan-plugin-gt-s650/INSTALL b/srcpkgs/iscan-plugin-gt-s650/INSTALL index 5cd784de394..d0eae981b72 100644 --- a/srcpkgs/iscan-plugin-gt-s650/INSTALL +++ b/srcpkgs/iscan-plugin-gt-s650/INSTALL @@ -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 diff --git a/srcpkgs/iscan-plugin-gt-s650/REMOVE b/srcpkgs/iscan-plugin-gt-s650/REMOVE index b144fb4bdf8..02dd9f2bc9d 100644 --- a/srcpkgs/iscan-plugin-gt-s650/REMOVE +++ b/srcpkgs/iscan-plugin-gt-s650/REMOVE @@ -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 diff --git a/srcpkgs/iscan-plugin-gt-s650/template b/srcpkgs/iscan-plugin-gt-s650/template index 27418da9c7a..3a7ff08a158 100644 --- a/srcpkgs/iscan-plugin-gt-s650/template +++ b/srcpkgs/iscan-plugin-gt-s650/template @@ -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 " depends="sane-epkowa"