mirror of
https://git.suyu.dev/suyu/Arch_PKGBUILD
synced 2024-11-21 06:26:03 -07:00
11 lines
331 B
Text
11 lines
331 B
Text
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
|
|
}
|
|
|