Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : ryujinx.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
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
}