This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
suyu-dev-git_PKGBUILD/suyu-dev-git.install

12 lines
331 B
Text
Raw Normal View History

2024-03-06 17:21:31 -03:00
pre_install() {
cat << EOF
==> WARNING: suyu uses a completly different directory to store their data.
You will need to copy all the files from the ./local/share/yuzu directory to ./local/share/suyu
You can do it using this command: mkdir -p ~/.local/share/suyu && cp -ra ~/.local/share/yuzu/* ~/.local/share/suyu/*
EOF
}