sci-mathematics/coq: remove dead code

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2023-07-17 13:29:57 +02:00
parent 344ed9f6ed
commit b6905ea19c
2 changed files with 0 additions and 18 deletions

View File

@@ -110,12 +110,3 @@ src_install() {
einstalldocs
}
pkg_preinst() {
# bug https://bugs.gentoo.org/910236
if has_version "sci-mathematics/coq:0/8.12.0" && [[ ! -L /usr/lib64/coq ]]
then
einfo "Removing colliding directory from version 8.12: /usr/lib64/coq"
rm -rf /usr/lib64/coq
fi
}

View File

@@ -110,12 +110,3 @@ src_install() {
einstalldocs
}
pkg_preinst() {
# bug https://bugs.gentoo.org/910236
if has_version "sci-mathematics/coq:0/8.12.0" && [[ ! -L /usr/lib64/coq ]]
then
einfo "Removing colliding directory from version 8.12: /usr/lib64/coq"
rm -rf /usr/lib64/coq
fi
}