Ticket #109 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

"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

Changed 2 years ago by maphew

  • status changed from new to assigned

r1123 is a partial fix. bin/foo.bat is removed, but there is still bin/foo.bat.tmpl left behind -- which should have been removed as part of install by txtreplace. I thought that part was already working. Perhaps I broke something along the way.

Changed 2 years ago by maphew

also missed are the .bat's made for .py's. They are created postinstall and thus not entered into the installed package manifest

Changed 2 years ago by maphew

r1127 fixes the bats-for-py's omission noted in previous comment

Changed 2 years ago by maphew

  • status changed from assigned to closed
  • resolution set to fixed

Marking closed. The left-behind-template problem is upstream and not specific to apt.

Note: See TracTickets for help on using tickets.