updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / nwn-diamond / nwn.install
blob9a4304d13759ce719def92b138f98e11f1f9f8e9
2 post_install() {
3     echo ">>> If you use software mixing on your sound card, uncomment the"
4     echo ">>>   first export statement in /usr/bin/nwn to make that work"
5     echo ">>>"
6     echo ">>> Some of the additional modules create .ini files the first time"
7     echo ">>>   they start. You may have to restart nwn a few times for it"
8     echo ">>>   load successfully. This is normal. Run 'nwn' from a terminal the"
9     echo ">>>   first few times until the game starts running correctly."
12 post_upgrade() {
13     post_install $1
16 pre_remove() {
17     /bin/true
20 op=$1
21 shift
23 $op $*