diff options
author | Max Rees <maxcrees@me.com> | 2019-08-10 02:08:10 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-11-29 22:04:30 -0600 |
commit | f233ecb4897b14ad868152c76bcd9b3f566c0a22 (patch) | |
tree | 5a0147060ccf05d32d16365f132cd647725ade89 /src/apk_print.h | |
parent | 2cd22bd777a87629791416f7a807ea483ace44ce (diff) | |
download | apk-tools-f233ecb4897b14ad868152c76bcd9b3f566c0a22.tar.gz apk-tools-f233ecb4897b14ad868152c76bcd9b3f566c0a22.tar.bz2 apk-tools-f233ecb4897b14ad868152c76bcd9b3f566c0a22.tar.xz apk-tools-f233ecb4897b14ad868152c76bcd9b3f566c0a22.zip |
cache: report errors when unlinking
Before:
$ abuild-apk del mutt
(1/3) Purging mutt (1.12.1-r0)
(2/3) Purging gdbm (1.18.1-r0)
(3/3) Purging libidn (1.35-r0)
OK: 3752 MiB in 805 packages
$ apk cache sync --purge || echo nope, sorry
$ ls /home/apk-cache/*gdbm*
/home/apk-cache/gdbm-1.18.1-r0.b0b17e93.apk
After:
$ apk cache sync --purge || echo nope, sorry
ERROR: Unable to delete gdbm-1.18.1-r0.b0b17e93.apk: Permission denied
nope, sorry
Diffstat (limited to 'src/apk_print.h')
0 files changed, 0 insertions, 0 deletions