diff options
author | Alan Pearce | 2013-11-02 15:15:28 +0000 |
---|---|---|
committer | Alan Pearce | 2013-11-02 15:15:28 +0000 |
commit | 1fbe0bfe24f527974285342a9cf80d245b469bc9 (patch) | |
tree | e70b08121deb0b85f11d04dd34b705bb59e63b33 /install | |
parent | ccc0aad757be54208e0cb90131ab5851ce2d30b8 (diff) | |
download | nixfiles-1fbe0bfe24f527974285342a9cf80d245b469bc9.tar.lz nixfiles-1fbe0bfe24f527974285342a9cf80d245b469bc9.tar.zst nixfiles-1fbe0bfe24f527974285342a9cf80d245b469bc9.zip |
zsh: Remove reference to gentoo configuration from installer
Diffstat (limited to 'install')
-rwxr-xr-x | install | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/install b/install index d78200fd..4923193f 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 |