summaryrefslogtreecommitdiff
path: root/community-staging/nestopia/nestopia
blob: 52bd2b2b32c8ac4b9d70e917e727d711b562eafa (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ ! -e $HOME/.nestopia ]; then
  echo "Running NEStopia for the first time..."
  echo "Copying required files to ~/.nestopia..."
  mkdir $HOME/.nestopia
  cp /usr/share/nestopia/{nstcontrols,NstDatabase.xml} $HOME/.nestopia/
fi

nestopia-bin "$@"