source: release-kits/shared/uninstaller/compile.sh@ 17456

Last change on this file since 17456 was 17456, checked in by oranfry, 16 years ago

created the Uninstall.sh so uninstall can be done on unix too

  • Property svn:executable set to *
File size: 245 bytes
Line 
1javac Uninstaller.java
2jar -cmf manifest.mf gsdl-template/uninst.jar *.class *.properties
3cp Uninstall.bat gsdl-template
4cp Uninstall.sh gsdl-template
5rm *.class
6
7rm -rf gsdl startmenu
8cp -r gsdl-template gsdl
9cp -r startmenu-template startmenu
Note: See TracBrowser for help on using the repository browser.