4 lines
86 B
Text
4 lines
86 B
Text
|
if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then
|
||
|
rm /var/lib/iscan/interpreter
|
||
|
fi
|