iscan: fix absolute paths in INSTALL/REMOVE scripts

This commit is contained in:
maxice8 2018-08-26 16:22:15 -03:00
parent 6a408e898f
commit 62e05af8a6
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then
rm /var/lib/iscan/interpreter
rm var/lib/iscan/interpreter
fi

View File

@ -1,7 +1,7 @@
# Template file for 'iscan'
pkgname=iscan
version=2.30.3
revision=2
revision=3
_srcrev=1
repository=nonfree
build_style=gnu-configure