updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / nouveau-drm-git / nouveau-drm-git.install
blob78ee24e55acbee8ae831e26028fbb254d6c3e324
1 post_install() {
2   KERNEL_VERSION='2.6.34-rc2-00795-gc769e77-dirty'
3   depmod -v $KERNEL_VERSION  > /dev/null 2>&1
4   echo "if you are running kms in early mode please rebuild your initrd"
7 post_upgrade() {
8   post_install $1
9   rmmod nouveau || echo 'In order to use the new nouveau module, exit Xserver and unload it manually.'
12 post_remove() {
13   KERNEL_VERSION='2.6.34-rc2-00795-gc769e77-dirty'
14   depmod -v $KERNEL_VERSION      > /dev/null 2>&1