app-cdr/cdrtools: Remove use of "rm -f"

Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
This commit is contained in:
Daniel Pielmeier
2026-04-21 20:49:27 +02:00
parent 386a579d6b
commit 737bc675b5

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -295,7 +295,7 @@ src_install() {
dodoc ChangeLog* TODO
# Remove man pages related to the build system
rm -rvf "${ED}"/usr/share/man/man5 || die
rm -r "${ED}"/usr/share/man/man5 || die
}
pkg_postinst() {