Opened 15 years ago
Closed 15 years ago
#109 closed defect (fixed)
"apt remove" misses bin/foo.bat
Reported by: | maphew | Owned by: | maphew |
---|---|---|---|
Priority: | major | Component: | Installer |
Version: | Keywords: | ||
Cc: |
Description
When removing packages apt leaves behind files in ./bin/ To replicate:
set osgeo4w_root=d:\xxxo4wtest apt setup apt install msvcrt apt remove msvrt
and then examine d:\xxxo4wtest tree
Change History (4)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
also missed are the .bat's made for .py's. They are created postinstall and thus not entered into the installed package manifest
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Marking closed. The left-behind-template problem is upstream and not specific to apt.
Note:
See TracTickets
for help on using tickets.
r1123 is a partial fix.
bin/foo.bat
is removed, but there is stillbin/foo.bat.tmpl
left behind -- which should have been removed as part of install bytxtreplace
. I thought that part was already working. Perhaps I broke something along the way.