/[xulu]/branches/1.8-gt2-2.6/lib/jai-1_1_3/UNINSTALL-jai
ViewVC logotype

Contents of /branches/1.8-gt2-2.6/lib/jai-1_1_3/UNINSTALL-jai

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Mon Aug 31 14:23:19 2009 UTC (15 years, 7 months ago) by mojays
File size: 420 byte(s)
Branch 1.8-gt2-2.6 (from rev 45) for geotools 2.6 migration
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