abinfo "Installing a symlink, /etc/zsh/zprofile => /etc/profile ..."
mkdir -pv "$PKGDIR"/etc/zsh
ln -sv ../profile \
    "$PKGDIR"/etc/zsh/zprofile
