#! /bin/sh

if ! [ $HOME = /root ]
	then echo -e "\e[31mYou must become root to run \e[32muninstall\e[0m\nAborting";exit
fi 
rm -r -f /usr/local/share/mplay/
rm -f /usr/local/man/man1/mplay.1
rm -f /usr/local/bin/mplay
