updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / akari-pf / akari.install
blob3397bcf121dc0096351d72182e231191e0de6719
1 post_install() {
2         KERNEL_VERSION='2.6.37-pf'
3         depmod $KERNEL_VERSION
6 post_upgrade() {
7         post_install
8         echo 'Reboot in order to use the new akari module.'
11 post_remove() {
12         KERNEL_VERSION='2.6.37-pf'
13         depmod $KERNEL_VERSION