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