blob: 719f5be945b426043688504162dbe745c051e16e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
/usr/bin/printf "-----------------------------------------------\n"
/usr/bin/printf " You must place the original game's asset file\n"
/usr/bin/printf " (e.g. SPAE.PA, SPAF.PA, SPAD.PA, or SPAU.PA\n"
/usr/bin/printf " depending on your version's language)\n"
/usr/bin/printf " in one of the following places:\n"
/usr/bin/printf " \$HOME/.local/share/freeserf/\n"
/usr/bin/printf " /usr/share/freeserf/\n"
/usr/bin/printf " /usr/local/share/freeserf/\n"
/usr/bin/printf "-----------------------------------------------\n"
}
|