iscan: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
6a408e898f
commit
62e05af8a6
|
@ -1,3 +1,3 @@
|
|||
if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then
|
||||
rm /var/lib/iscan/interpreter
|
||||
rm var/lib/iscan/interpreter
|
||||
fi
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue