updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / kernel26-ice / kernel26-ice.install
blob14cf2c5447785a151a1005898e1a508f784b2111
1 KERNEL_VERSION=2.6.38-ice
3 post_install () {
4   # updating module dependencies
5   echo ">>> Updating module dependencies. Please wait ..."
6   depmod $KERNEL_VERSION 
7   # generate init ramdisks
8   echo ">>> MKINITCPIO SETUP"
9   echo ">>> ----------------"
10   echo ">>> If you use LVM2, Encrypted root or software RAID,"
11   echo ">>> Ensure you enable support in /etc/mkinitcpio.conf ."
12   echo ">>> More information about mkinitcpio setup can be found here:"
13   echo ">>> http://wiki.archlinux.org/index.php/Mkinitcpio"
14   echo ""
15   echo ">>> Generating initial ramdisk, using mkinitcpio.  Please wait..."
16         /sbin/mkinitcpio -p kernel26-ice
19 post_upgrade() {
20         post_install