updated on Tue Jan 24 00:00:24 UTC 2012
[aur-mirror.git] / nvidia-fbcondecor3 / nvidia-fbcondecor3.install
blob7b40e359ed18da9f7c5bbbef83d77e598a0a2858
1 post_install() {
2         KERNEL_VERSION='3.0.0-fbcondecor'
3         depmod $KERNEL_VERSION
6 post_upgrade() {
7         post_install
8         rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
11 post_remove() {
12         KERNEL_VERSION='3.0.0-fbcondecor'
13         depmod $KERNEL_VERSION