Skip to content

Commit

Permalink
eog: remove a vast amount of help files
Browse files Browse the repository at this point in the history
thomas committed Sep 25, 2019
1 parent ccc5191 commit 86e0467
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eog.be0
Original file line number Diff line number Diff line change
@@ -60,6 +60,11 @@ SRCURL[0]="https://download.gnome.org/sources/eog/${PKGVERSION[2]}/eog-${PKGVERS
#}
## by default this may be 'make install DESTDIR="${D}"'

# get rid of a thousand unneeded files
mee_install_post() {
ls -d ${D}/usr/share/help/* | grep -v -e 'C$' -e 'en_GB$' | xargs rm -r
}

###############################################################################
##
## Additional hints:

0 comments on commit 86e0467

Please sign in to comment.