source: release-kits/shared/uninstaller/Uninstall.sh@ 17675

Last change on this file since 17675 was 17675, checked in by max, 15 years ago

Fixed paths on search4j, use setup.bash in order to set some useful environment variables.

File size: 328 bytes
Line 
1. ./setup.bash > /dev/null
2./bin/$GSDLOS/search4j -p ./packages/jre -l ./uninst.jar
3
4if [ -e "uninst.flag" ]; then
5
6 rm -rf packages/jre
7 rmdir packages
8
9 rm bin/search4j
10 rmdir bin
11
12 rm uninst.jar
13 rm uninst.flag
14 rm Uninstall.*
15
16 CONTENTS=`ls`
17 if [ "$CONTENTS" == "" ]; then
18 GSDEL=`pwd`
19 cd ..
20 rmdir $GSDEL
21 fi
22
23fi
Note: See TracBrowser for help on using the repository browser.