#!/bin/sh
if [ -d /home/user/.opentyrian ] ; then
	rm -r /home/user/.opentyrian
fi

