You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: