updated on Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git] / kernel26-zen-next / kernel26-zen-next.install
blobb371450bd5209872900e8c6cb8182b9cd2d63a65
1 KERNEL_VERSION=2.6.33-ZENNEXT
3 post_install () {
4         echo ">"
5         echo "> Updating module dependencies. Please wait ..."
7         depmod -v ${KERNEL_VERSION} > /dev/null 2>&1
9         echo ">"
10         echo "> Generating initramfs, using mkinitcpio.  Please wait..."
11         echo ">"
13         /sbin/mkinitcpio -p kernel26-zen-next
16 post_upgrade() {
17         post_install
20 op=$1
21 shift
22 $op $*
24 #EOF