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