Skip to content

Commit fe08fd6

Browse files
committedOct 28, 2012
osgeo4w: fix program entry removal
1 parent 712a362 commit fe08fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ms-windows/osgeo4w/preremove-desktop.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
del "%OSGEO4W_STARTMENU%\Quantum GIS (@version@).lnk"
1+
del "%OSGEO4W_STARTMENU%\Quantum GIS Desktop (@version@).lnk"
22
del "%OSGEO4W_STARTMENU%\Quantum GIS Browser (@version@).lnk"
3-
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS (@version@).lnk"
3+
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS Desktop (@version@).lnk"
44
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS Browser (@version@).lnk"
55
del "%OSGEO4W_ROOT%"\bin\@package@.bat
66
del "%OSGEO4W_ROOT%"\bin\@package@-browser.bat

0 commit comments

Comments
 (0)
Please sign in to comment.