summarylogtreecommitdiffstats
path: root/phoenix-emu-project
blob: 6a8bf9a116945e7be7375a777cd70d3221598929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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