blob: bb3d68ed654b69b31472afc8020ee8ef1d01fe8b (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "The game needs to know where Syndicate data files are installed"
echo "By setting data_dir in /etc/freesynd/freesynd.ini you can ensure it is found."
}
post_upgrade() {
post_install
}
|