6 lines
93 B
Text
6 lines
93 B
Text
|
|
pre_remove() {
|
|
if [ -d "/opt/ryujinx/Logs" ] ; then
|
|
rm -rf /opt/ryujinx/Logs/*
|
|
fi
|
|
}
|