-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
newbashcomp scripts/bash/task.sh task
- if use vim-syntax ; then
- rm scripts/vim/README
+ if use vim-syntax; then
+ rm scripts/vim/README || die
insinto /usr/share/vim/vimfiles
doins -r scripts/vim/*
fi
- if use zsh-completion ; then
+ if use zsh-completion; then
insinto /usr/share/zsh/site-functions
doins scripts/zsh/*
fi
- exeinto /usr/share/${PN}/scripts
+ exeinto "/usr/share/${PN}/scripts"
doexe scripts/add-ons/*
}