Opened 6 years ago
Last modified 5 years ago
#3735 new defect
WinGRASS: g.extension does not remove the .bat file
Reported by: | Nikos Alexandris | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.3 |
Component: | Default | Version: | unspecified |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | MSWindows |
Description
When using g.extension
and performing an "un-installation" of an installed add-on, the respective .bat
file is not removed.
For example, using the GUI under Settings > Addons extensions > Install extensions from addons the command that is executed is:
g.extension extension=r.estimap.recreation url= Downloading precompiled GRASS Addons <r.estimap.recreation>... Updating addons metadata file... Installation of <r.estimap.recreation> successfully finished
This installs the selected add-on in to
C:\Users\nik\AppData\Roaming\GRASS7\addons\bin
and C:\Users\nik\AppData\Roaming\GRASS7\addons\scripts
.
Using the GUI to uninstall the add-on, removes only the Python script under
C:\Users\nik\AppData\Roaming\GRASS7\addons\scripts
.
The .bat
file under
C:\Users\nik\AppData\Roaming\GRASS7\addons\bin\
remains untouched.
Any activity on this?