mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
The postrm() phase attempts to remove symlinks to installed Swift versions; the `rm` invocation was missing `|| die` or `-f` to clearly indicate what should happen on failure. (In this case, it's okay to ignore the error and move on.) Signed-off-by: Itai Ferber <itai@itaiferber.net>