Skip to content

Commit

Permalink
eog: Make deletion command visible in bee log with start_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 1, 2020
1 parent 0dc9e15 commit cdc5317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eog.be0
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mee_configure() {

# 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
start_cmd ls -d ${D}/usr/share/help/* | grep -v -e 'C$' -e 'en_GB$' | xargs rm -r
}

###############################################################################
Expand Down

0 comments on commit cdc5317

Please sign in to comment.