# This is a generic remove program ... the key name is given by NAME # The directories in SFOLDER and DFOLDER are removed along with the executable NAME=VCALC DFOLDER=${HOME}/Filecabinet/DOCS ELIST="/usr/bin/vcalc" HLIST="/usr/lib/ua/vcalc.hlp" if [ -d $DFOLDER/$NAME ] then rm -rf $DFOLDER/$NAME fi for i in $ELIST $HLIST do rm -rf $i done # # Update user agent files # uaupd -r VCALC Office uaupd -r VCALC Suffixes