blob: 4b4bcf7d023257cd04ff559f598860e0ce9dc128 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install()
{
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
echo 'The configuration data is in "~/.nfs2se" directory (after first run).'
}
post_upgrade()
{
post_install
}
|