Skip to content

Commit

Permalink
qgis{,-ltr}: also update .env when grass plugin is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 18, 2022
1 parent 2eb504c commit 4c38a12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qgis-ltr/osgeo4w/postinstall-grass.bat
@@ -1,3 +1,6 @@
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
set APPNAME=QGIS Desktop @version@
for %%i in ("%OSGEO4W_STARTMENU%") do set QGIS_WIN_APP_NAME=%%~ni\%APPNAME%
call "%OSGEO4W_ROOT%\bin\@package@.bat" --postinstall
del /s /q "%OSGEO4W_ROOT%\apps\@package@\grass\*.pyc"
exit /b 0
3 changes: 3 additions & 0 deletions src/qgis/osgeo4w/postinstall-grass.bat
@@ -1,3 +1,6 @@
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
set APPNAME=QGIS Desktop @version@
for %%i in ("%OSGEO4W_STARTMENU%") do set QGIS_WIN_APP_NAME=%%~ni\%APPNAME%
call "%OSGEO4W_ROOT%\bin\@package@.bat" --postinstall
del /s /q "%OSGEO4W_ROOT%\apps\@package@\grass\*.pyc"
exit /b 0

0 comments on commit 4c38a12

Please sign in to comment.