updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / kernel26-zen / kernel26-zen.install
blob906b55d3d5fd9d006489f0d51cb4340587d8affd
1 KERNEL_VERSION=2.6.32-ZEN
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
16 post_upgrade() {
17         post_install
20 op=$1
21 shift
22 $op $*
24 #EOF