updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / kernel26-rt-ice / kernel26-rt-ice.install
bloba1978500374ff67932e44fa013ded59a10105007
1 KERNEL_VERSION=2.6.33-rt-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-rt-ice
19 post_upgrade() {
20         post_install