iscan: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
6a408e898f
commit
62e05af8a6
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then
|
if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then
|
||||||
rm /var/lib/iscan/interpreter
|
rm var/lib/iscan/interpreter
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iscan'
|
# Template file for 'iscan'
|
||||||
pkgname=iscan
|
pkgname=iscan
|
||||||
version=2.30.3
|
version=2.30.3
|
||||||
revision=2
|
revision=3
|
||||||
_srcrev=1
|
_srcrev=1
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
|
Loading…
Reference in a new issue