summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 0 insertions, 3 deletions
diff --git a/install b/install
index d78200f..4923193 100755
--- a/install
+++ b/install
@@ -54,9 +54,6 @@ zfiles=(
 if [[ -f $target/zsh/${HOST%%.*}.zsh ]]; then
 	zfiles+=$target/zsh/${HOST%%.*}.zsh
 fi
-if [[ -e /usr/bin/emerge ]]; then
-	zfiles+=$target/zsh/gentoo.zsh
-fi
 if [[ $OSTYPE == freebsd* ]]; then
 	zfiles+=$target/zsh/freebsd.zsh
 fi