From aca347766f8e1952ca1147876754abb070910a95 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 23 Oct 2019 12:43:32 +0200 Subject: [PATCH] ghex: brush out a bit (locale and help messages) --- ghex.be0 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ghex.be0 b/ghex.be0 index 4728deae6..97eee8100 100755 --- a/ghex.be0 +++ b/ghex.be0 @@ -60,6 +60,12 @@ SRCURL[0]="https://ftp.acc.umu.se/pub/GNOME/sources/ghex/${PKGVERSION[2]}/ghex-$ #} ## by default this may be 'make install DESTDIR="${D}"' +# get rid of a hundred unneeded files +mee_install_post() { + ls -d ${D}/usr/share/help/* | grep -v -e '/C$' | xargs rm -r + ls -d ${D}/usr/share/locale/* | grep -v -e '/en_GB$' | xargs rm -r +} + ############################################################################### ## ## Additional hints: