Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove readonly file doesn't report that to console #11

Open
maphew opened this issue Nov 21, 2014 · 0 comments
Open

Remove readonly file doesn't report that to console #11

maphew opened this issue Nov 21, 2014 · 0 comments

Comments

@maphew
Copy link
Owner

maphew commented Nov 21, 2014

From fix f3540a1

Today I noticed a knock on effect: even though the readonly file is removed from the file system and the installed-files-list successfully, that removal is not reported to console:

B:\code\apt>attrib  b:\o4w\bin\iconv.dll
A            B:\o4w\bin\iconv.dll

B:\code\apt>attrib +R b:\o4w\bin\iconv.dll

B:\code\apt>attrib  b:\o4w\bin\iconv.dll
A    R       B:\o4w\bin\iconv.dll

B:\code\apt>apt remove iconv
iconv
removing iconv 1.9.1-1
removed: B:\o4w\include\iconv.h
removed: B:\o4w\lib\iconv.lib

B:\code\apt>attrib  b:\o4w\bin\iconv.dll
File not found - B:\o4w\bin\iconv.dll
maphew pushed a commit that referenced this issue Mar 10, 2017
Sync with maphews master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant