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

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

an uninstaller which works for Greenstone2 and Greenstone3 installations

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