updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / linux-next-git / linux-next-git.install
blob2434bf1d2244184695f8964aa79f2a34e1103baa
1 pkgname=linux-next-git
2 kernver=3.0.0-rc1-next-20110606-dirty
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
15 post_upgrade() {
16         post_install
19 post_remove() {
20         rm -f -- "/boot/$pkgname.img"