mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
16 lines
769 B
Batchfile
16 lines
769 B
Batchfile
del "%OSGEO4W_STARTMENU%\QGIS Desktop @version@.lnk"
|
|
del "%OSGEO4W_STARTMENU%\QGIS Browser @version@.lnk"
|
|
del "%OSGEO4W_STARTMENU%\Qt Designer with QGIS @version@ custom widgets.lnk"
|
|
rmdir "%OSGEO4W_STARTMENU%"
|
|
del "%OSGEO4W_DESKTOP%\QGIS Desktop @version@.lnk"
|
|
del "%OSGEO4W_DESKTOP%\QGIS Browser @version@.lnk"
|
|
del "%OSGEO4W_DESKTOP%\Qt Designer with QGIS @version@ custom widgets.lnk"
|
|
rmdir "%OSGEO4W_DESKTOP%"
|
|
del "%OSGEO4W_ROOT%\bin\@package@.bat"
|
|
del "%OSGEO4W_ROOT%\bin\@package@-bin.vars"
|
|
del "%OSGEO4W_ROOT%\bin\@package@-bin.env"
|
|
del "%OSGEO4W_ROOT%\bin\@package@-designer.bat"
|
|
del "%OSGEO4W_ROOT%\apps\@package@\python\qgis\qgisconfig.py"
|
|
del "%OSGEO4W_ROOT%\apps\@package@\bin\qgis.reg"
|
|
del /s /q "%OSGEO4W_ROOT%\apps\@package@\python\*.pyc"
|