diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-12 17:22:10 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-05-13 10:38:51 +0100 |
commit | 4dead976a699cd6b7da88b7165bed147ff430d09 (patch) | |
tree | 8145b85f0732cb2ccf8cb5a383178e597c75f1e3 /games-emulation/higan | |
parent | games-emulation/gngb: remove unused patch (diff) | |
download | gentoo-4dead976a699cd6b7da88b7165bed147ff430d09.tar.gz gentoo-4dead976a699cd6b7da88b7165bed147ff430d09.tar.bz2 gentoo-4dead976a699cd6b7da88b7165bed147ff430d09.zip |
games-emulation/higan: remove unused patch
Diffstat (limited to 'games-emulation/higan')
-rw-r--r-- | games-emulation/higan/files/higan-wrapper | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/games-emulation/higan/files/higan-wrapper b/games-emulation/higan/files/higan-wrapper deleted file mode 100644 index e2d9257a4b65..000000000000 --- a/games-emulation/higan/files/higan-wrapper +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -[ -e $HOME/.config/ ] || mkdir $HOME/.config/ - -cp -ru "%GAMES_DATADIR%/higan" $HOME/.config/ - -exec ${0}.bin "$@" |