#!/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