[mapguide-commits] r6601 - trunk/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Apr 28 10:27:13 EDT 2012


Author: jng
Date: 2012-04-28 07:27:13 -0700 (Sat, 28 Apr 2012)
New Revision: 6601

Modified:
   trunk/Installer/scripts/mginstallubuntu.sh
   trunk/Installer/scripts/mguninstallubuntu.sh
Log:
Left out arcsde provider in uninstall script

Modified: trunk/Installer/scripts/mginstallubuntu.sh
===================================================================
--- trunk/Installer/scripts/mginstallubuntu.sh	2012-04-28 11:25:56 UTC (rev 6600)
+++ trunk/Installer/scripts/mginstallubuntu.sh	2012-04-28 14:27:13 UTC (rev 6601)
@@ -1,6 +1,7 @@
 #!/bin/bash
 TEMPDIR=/tmp/build_mapguide
-URL="http://download.osgeo.org/mapguide/releases/2.4.0/Test/ubuntu11"
+#URL="http://download.osgeo.org/mapguide/releases/2.4.0/Test/ubuntu11"
+URL="http://192.168.0.2/downloads/ubuntu11"
 FDOVER_MAJOR_MINOR=3.7
 FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.0
 FDOVER=${FDOVER_MAJOR_MINOR_REV}-4308_i386

Modified: trunk/Installer/scripts/mguninstallubuntu.sh
===================================================================
--- trunk/Installer/scripts/mguninstallubuntu.sh	2012-04-28 11:25:56 UTC (rev 6600)
+++ trunk/Installer/scripts/mguninstallubuntu.sh	2012-04-28 14:27:13 UTC (rev 6601)
@@ -13,7 +13,7 @@
 done
 
 # Remove Ubuntu packages for FDO
-for file in gdal kingoracle ogr odbc mysql postgis rdbms sdf shp sqlite wfs wms core
+for file in gdal kingoracle ogr odbc mysql postgis rdbms sdf shp sqlite wfs wms arcsde core
 do
   dpkg --remove fdo-${file}
 done



More information about the mapguide-commits mailing list