blob: 9addba50716d9420f3d07b50ad5dc121fa1475b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
}
|