#!/bin/sh
chmod +x /usr/bin/cps2-gui.sh
if [ -d /home/user/.cps2-gui ]
then 
	chown -R user:users /home/user/.cps2-gui
fi
