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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 25 07:23:59 EDT 2012


Author: jng
Date: 2012-04-25 04:23:59 -0700 (Wed, 25 Apr 2012)
New Revision: 6589

Modified:
   trunk/Installer/scripts/mguninstallubuntu.sh
Log:
Include missing packages to uninstall

Modified: trunk/Installer/scripts/mguninstallubuntu.sh
===================================================================
--- trunk/Installer/scripts/mguninstallubuntu.sh	2012-04-25 10:47:15 UTC (rev 6588)
+++ trunk/Installer/scripts/mguninstallubuntu.sh	2012-04-25 11:23:59 UTC (rev 6589)
@@ -13,7 +13,7 @@
 done
 
 # Remove Ubuntu packages for FDO
-for file in gdal kingoracle ogr postgis rdbms sdf shp sqlite wfs wms core
+for file in gdal kingoracle ogr odbc mysql postgis rdbms sdf shp sqlite wfs wms core
 do
   dpkg --remove fdo-${file}
 done



More information about the mapguide-commits mailing list