mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
496 B
Batchfile
9 lines
496 B
Batchfile
del "%OSGEO4W_STARTMENU%\QGIS Desktop @version@ with GRASS @grassversion@.lnk"
|
|
del "%OSGEO4W_STARTMENU%\QGIS Browser @version@ with GRASS @grassversion@.lnk"
|
|
rmdir "%OSGEO4W_STARTMENU%"
|
|
del "%OSGEO4W_DESKTOP%\QGIS Desktop @version@ with GRASS @grassversion@.lnk"
|
|
del "%OSGEO4W_DESKTOP%\QGIS Browser @version@ with GRASS @grassversion@.lnk"
|
|
rmdir "%OSGEO4W_DESKTOP%"
|
|
del "%OSGEO4W_ROOT%\bin\@package@-grass@grassmajor@.bat"
|
|
del "%OSGEO4W_ROOT%\bin\@package@-browser-grass@grassmajor@.bat"
|