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