Skip to content
Permalink
Browse files
osgeo4w: ignore if there are no pyc to cleanup in postinstall
  • Loading branch information
jef-n committed Feb 24, 2018
1 parent 611fbff commit af4cbe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
@@ -21,3 +21,4 @@ set OSGEO4W_ROOT=%OSGEO4W_ROOT:\=\\%
textreplace -std -t "%O4W_ROOT%\apps\@package@\bin\qgis.reg"
nircmd elevate "%WINDIR%\regedit" /s "%O4W_ROOT%\apps\@package@\bin\qgis.reg"
del /s /q "%OSGEO4W_ROOT%\apps\@package@\python\*.pyc"
exit /b 0
@@ -34,3 +34,4 @@ set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
"%OSGEO4W_ROOT%\apps\@package@\crssync"

del /s /q "%OSGEO4W_ROOT%\apps\@package@\*.pyc"
exit /b 0
@@ -1 +1,2 @@
del /s /q "%OSGEO4W_ROOT%\apps\@package@\grass\*.pyc"
exit /b 0

0 comments on commit af4cbe2

Please sign in to comment.