/[xulu]/trunk/lib/jai-1_1_3/UNINSTALL-jai
ViewVC logotype

Contents of /trunk/lib/jai-1_1_3/UNINSTALL-jai

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
File size: 420 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
1 #!/bin/sh
2 # @(#)UNINSTALL-jai 3.1 06/05/25 18:35:35
3 # usage: UNINSTALL-jai
4
5 echo "Uninstalling Java Advanced Imaging"
6
7 rm -f *jai.txt
8 rm -f lib/jai_core.jar
9 rm -f lib/jai_codec.jar
10 rm -f lib/mlibwrapper_jai.jar
11 rm -f lib/libmlib_jai.so
12 if [ \( "`uname`" = "SunOS" \) -a \( "`uname -p`" = "sparc" \) ]; then
13 rm -f lib/libmlib_jai_vis.so
14 rm -f lib/libmlib_jai_vis2.so
15 fi
16 rmdir lib
17 rm -f UNINSTALL-jai
18
19 echo "Done"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26