updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / marbleblastgolddemo / marbleblastgolddemo.install
blobbf407c0c171d8bd5ed6b5bec6b003f82291f91db
1 post_install() {
2         if [ "$CARCH" = "x86_64" ]; then
3           echo If you have installed lib32-alsa-oss for sound support then you need to load the snd-pcm-oss module
4         else
5           echo If you have installed alsa-oss for sound support then you need to load the snd-pcm-oss module
6         fi
9 post_upgrade() {
10         if [ "$CARCH" = "x86_64" ]; then
11           echo If you have installed lib32-alsa-oss for sound support then you need to load the snd-pcm-oss module
12         else
13           echo If you have installed alsa-oss for sound support then you need to load the snd-pcm-oss module
14         fi