anatol / booster

Fast and secure initramfs generator
MIT License
505 stars 45 forks source link

packaging: arch: Do not report removal errors for nonexistent files #239

Closed Zile995 closed 1 year ago

Zile995 commented 1 year ago

Some users may delete booster images if they create UKI files. Do not report removal errors if file does not exist.

mkinitcpio deletes files with the -f option: https://github.com/archlinux/mkinitcpio/blob/ffae4b4821aa7d12271165cacf87d6772c70a8b4/libalpm/scripts/mkinitcpio#L115

anatol commented 1 year ago

Thank you for the contribution