cream: removed redundant files

This commit is contained in:
Bartlomiej Palmowski 2009-12-30 11:39:42 +01:00
parent 4b74cdf3d5
commit 3430c706c3
2 changed files with 1 additions and 4 deletions

View File

@ -144,9 +144,6 @@ drwxr-xr-x root/root usr/share/vim/cream/filetypes/
-rw-r--r-- root/root usr/share/vim/cream/filetypes/txt.vim
-rw-r--r-- root/root usr/share/vim/cream/filetypes/vim.vim
-rw-r--r-- root/root usr/share/vim/cream/genutils.vim
drwxr-xr-x root/root usr/share/vim/cream/help/
-rw-r--r-- root/root usr/share/vim/cream/help/EnhancedCommentify.txt
drwxr-xr-x root/root usr/share/vim/cream/lang/
-rw-r--r-- root/root usr/share/vim/cream/multvals.vim
-rw-r--r-- root/root usr/share/vim/cream/securemodelines.vim
-rw-r--r-- root/root usr/share/vim/cream/taglist.vim

View File

@ -13,5 +13,5 @@ build() {
mkdir $PKG/usr
chmod +x INSTALL.sh
DESTDIR=$PKG ./INSTALL.sh /usr
rm -rf $PKG/usr/share/vim/cream/docs{,-html}
rm -rf $PKG/usr/share/vim/cream/{docs{,-html},help,lang}
}