blob: 5076f9251c4c5a6456434d19b73873e675ee6f36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo "Put your heretic(1).wad (and additional wads) in '/usr/share/games/heretic/'."
echo "You can put custom mp3/ogg music in '/usr/share/games/heretic/music', a recreated version"
echo "of the original sound track is available freely here:"
echo "http://sycraft.org/content/audio/heretic.shtml"
}
post_upgrade() {
post_install
}
|