updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kernel26-intelfix / kernel26-intelfix.install
blob4ed5380a0fbf1193f6320c0985dd61f033dac44a
1 pkgname=kernel26-intelfix
2 kernver=2.6.36.4
4 post_install () {
5         echo ">"
6         echo "> Generating initramfs, using mkinitcpio.  Please wait..."
7         echo ">"
8         /sbin/mkinitcpio -p $pkgname
10         echo ">"
11         echo "> Updating module dependencies. Please wait ..."
12         depmod $kernver
14         echo ">"
15         echo "> Add a kernel26-intelfix grub entry to your menu.list"
16         echo "> kernel /vmlinuz26-intelfix root=/dev/yourrootdevice ro"
17         echo "> initrd /kernel26-intelfix.img"
20 post_upgrade() {
21         post_install
24 post_remove() {
25         rm -f -- "/boot/$pkgname.img"