summarylogtreecommitdiffstats
path: root/phoenix-emu-project
diff options
context:
space:
mode:
Diffstat (limited to 'phoenix-emu-project')
-rw-r--r--phoenix-emu-project15
1 files changed, 15 insertions, 0 deletions
diff --git a/phoenix-emu-project b/phoenix-emu-project
new file mode 100644
index 000000000000..6a8bf9a11694
--- /dev/null
+++ b/phoenix-emu-project
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+confdir=$HOME/.config/PhoenixEmuProject
+mkdir -p $confdir
+cd $confdir
+if [ ! -s $confdir/scales ] ; then
+ cp -ar /opt/phoenix-emu-project/scales $confdir/scales
+fi
+if [ ! -s $confdir/shaders ] ; then
+ cp -ar /opt/phoenix-emu-project/shaders $confdir/shaders
+fi
+if [ ! -s $confdir/skin ] ; then
+ cp -ar /opt/phoenix-emu-project/skin $confdir/skin
+fi
+/opt/phoenix-emu-project/PhoenixEmuProject