2015-04-10 14:44:10 +02:00
|
|
|
for %%g in (@grassversions@) do (
|
|
|
|
del "%OSGEO4W_STARTMENU%\QGIS Desktop @version@ with GRASS %%g (Nightly).lnk"
|
|
|
|
del "%OSGEO4W_STARTMENU%\QGIS Browser @version@ with GRASS %%g (Nightly).lnk"
|
2016-03-12 19:42:03 +01:00
|
|
|
del "%OSGEO4W_DESKTOP%\QGIS Desktop @version@ with GRASS %%g (Nightly).lnk"
|
|
|
|
del "%OSGEO4W_DESKTOP%\QGIS Browser @version@ with GRASS %%g (Nightly).lnk"
|
|
|
|
del "%OSGEO4W_ROOT%\bin\@package@-g%%g.bat"
|
|
|
|
del "%OSGEO4W_ROOT%\bin\@package@-browser-g%%g.bat"
|
2015-04-10 14:44:10 +02:00
|
|
|
)
|
|
|
|
|
2015-03-05 02:20:56 +01:00
|
|
|
del "%OSGEO4W_STARTMENU%\Qt Designer with QGIS @version@ custom widgets (Nightly).lnk"
|
2016-03-12 19:42:03 +01:00
|
|
|
rmdir "%OSGEO4W_STARTMENU%"
|
|
|
|
del "%OSGEO4W_DESKTOP%\Qt Designer with QGIS @version@ custom widgets (Nightly).lnk"
|
|
|
|
rmdir "%OSGEO4W_DESKTOP%"
|
2015-04-10 14:44:10 +02:00
|
|
|
|
2016-03-12 19:42:03 +01:00
|
|
|
del "%OSGEO4W_ROOT%\bin\@package@-designer.bat"
|
|
|
|
del "%OSGEO4W_ROOT%\bin\python-@package@.bat"
|
|
|
|
del "%OSGEO4W_ROOT%\apps\@package@\python\qgis\qgisconfig.py"
|
|
|
|
del "%OSGEO4W_ROOT%\apps\@package@\bin\qgis.reg"
|