summarylogtreecommitdiffstats
path: root/ryujinx.install
blob: 97b9a33e121341dcf9d14408ba75ae47f9afc3d1 (plain)
1
2
3
4
5
6
7

pre_remove() {
	if [ -d "/opt/ryujinx/Logs" ];
	then
		rm -rf /opt/ryujinx/Logs/*
	fi
}