misc/nfoview: Don't package the mimeinfo.cache file

This commit is contained in:
Erik Hanson 2010-05-12 18:17:08 -05:00 committed by Robby Workman
parent 2ab590fa21
commit 80f92f9f03

View file

@ -57,6 +57,9 @@ chmod -R u+w,go+r-w,a-s .
python setup.py install --prefix=$PKG/usr
# This doesn't seem to belong...
rm -f $PKG/usr/share/applications/mimeinfo.cache
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true