diff options
Diffstat (limited to 'games-emulation/higan/files/higan-wrapper')
-rw-r--r-- | games-emulation/higan/files/higan-wrapper | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games-emulation/higan/files/higan-wrapper b/games-emulation/higan/files/higan-wrapper new file mode 100644 index 00000000000..e2d9257a4b6 --- /dev/null +++ b/games-emulation/higan/files/higan-wrapper @@ -0,0 +1,7 @@ +#!/bin/sh + +[ -e $HOME/.config/ ] || mkdir $HOME/.config/ + +cp -ru "%GAMES_DATADIR%/higan" $HOME/.config/ + +exec ${0}.bin "$@" |