Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ghex: brush out a bit (locale and help messages)
  • Loading branch information
thomas committed Oct 23, 2019
1 parent 8b53619 commit aca3477
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ghex.be0
Expand Up @@ -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:
Expand Down

0 comments on commit aca3477

Please sign in to comment.