base-files: remove profile.d/vim.sh, conflicts with busybox vi.

This commit is contained in:
Juan RP 2012-01-29 11:54:34 +01:00
parent b0b168942d
commit d5569aa9ac
2 changed files with 2 additions and 9 deletions

View file

@ -1,6 +0,0 @@
if [ -n "$BASH_VERSION" -o -n "$KSH_VERSION" -o -n "$ZSH_VERSION" ]; then
[ -x /bin/id ] || return
[ `/bin/id -u` -le 100 ] && return
# for bash and zsh, only if no alias is already set
alias vi >/dev/null 2>&1 || alias vi=vim
fi

View file

@ -1,6 +1,6 @@
# Template file for 'base-files'
pkgname=base-files
version=0.56
version=0.57
short_desc="Void GNU/Linux base system files"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
@ -28,8 +28,7 @@ conf_files="
Add_dependency full base-directories
Add_dependency full xbps-triggers
do_install()
{
do_install() {
# Install misc config files.
for f in bash_logout bash_profile bashrc profile inputrc; do
vinstall ${FILESDIR}/dot_${f} 644 etc/skel .${f}