summarylogtreecommitdiffstats
path: root/nfs2se.install
blob: 5890361e71470d4df8c313751fe53ef9f0709580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install()
{
	if [ ! -e /opt/nfs2se/fedata ] || [ ! -e /opt/nfs2se/gamedata ]; then
		echo 'Copy the "gamedata" and "fedata" directories from original game CD-ROM to "/opt/nfs2se".'
		echo 'You can also create a symlink for them from your home directory.'
		echo 'Be sure that all files and directories have small letters!'
		echo 'Please use the "/opt/nfs2se/convert_to_lowercase" script if you have UPPERCASE names.'
		echo
	fi
	echo 'The configuration data is in "~/.nfs2se" directory (after first run).'
}

post_upgrade()
{
	post_install
}