summarylogtreecommitdiffstats
path: root/phoenix-emu-project
blob: 16e0502db2726314afb8220dc08401e43efb4c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

confdir=$HOME/.config/PhoenixEmuProject
mkdir -p $confdir
cd  $confdir
if [ ! -s $confdir/scalers ] ; then 
    cp -r /opt/phoenix-emu-project/scales $confdir/scales
fi 
if [ ! -s $confdir/shaders ] ; then 
    cp -r /opt/phoenix-emu-project/shaders $confdir/shaders
fi 
if [ ! -s $confdir/skin ] ; then 
    cp -r /opt/phoenix-emu-project/skin $confdir/skin
fi 
if [[ $LANG != "ru_RU"* ]]; then
    cp /opt/phoenix-emu-project/translation.xml.eng $confdir/translation.xml
fi
/opt/phoenix-emu-project/PhoenixEmuProject