2 echo -------------------------------
3 echo By using this package you accept the NVIDIA license,
4 echo which has been installed in /usr/share/licenses/nforce/LICENSE
5 echo If you do not accept this license, you must remove the package immediately.
6 echo If you need more information about setting up nforce drivers have a look at:
7 echo 'http://wiki.archlinux.org/index.php/Nforce_Drivers'
8 echo -------------------------------
10 KERNEL_VERSION='2.6.28-ARCH'
11 depmod -v $KERNEL_VERSION > /dev/null 2>&1
12 modprobe -v nvsound > /dev/null 2>&1
13 echo ----------------------------------
14 echo You can set the mixer level and speaker arrangement by running nvmixer
15 echo from the nvida-nforce-utils package. To store your settings run
16 echo /usr/bin/nvmix-reg -f /etc/nvmixrc -S after setting your mixer values.
17 # echo For now the post setup process runs
18 # echo nvmixer once to set initial state, and stores that state
19 echo ----------------------------------
20 # nvmixer > /dev/null 2>&1
21 # /usr/bin/nvmix-reg -f /etc/nvmixrc -S
28 # arg 1: the old package version
30 KERNEL_VERSION='2.6.28-ARCH'
31 depmod -v $KERNEL_VERSION > /dev/null 2>&1