mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
sci-mathematics/coq: remove dead code
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user