mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/nfoview: Don't package the mimeinfo.cache file
This commit is contained in:
parent
2ab590fa21
commit
80f92f9f03
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue