blob: 711ce46f54882816a15ddd9a049d6655835a21b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
post_install() {
echo '-- -- -- -- -- -- -- -- --'
echo "Thanks for installation Doom 2D Classic!"
echo "Read Doom2d.txt and weapons.txt (ru only) for some information."
echo ""
echo "Set owner of directory /opt/doom2d for your user before play/using editor/run setup! Example:"
echo "cd /opt"
echo "sudo chown -R user:user doom2d"
echo ""
echo "After this, run doom2d-setup and edit sound device to Sound Blaster."
echo "Good luck!"
echo '-- -- -- -- -- -- -- -- --'
}
|