updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / linux-git / linux-git.install
blob9c0f9d46dafab497d3ebd61885095c796bacf9de
1 pkgname=linux-git
2 kernver=3.1.0
4 post_install () {
5         echo ">"
6         echo "> Updating module dependencies. Please wait ..."
7         depmod $kernver
9         echo ">"
10         echo "> Generating initramfs, using mkinitcpio.  Please wait..."
11         echo ">"
12         mkinitcpio -p $pkgname
15 post_upgrade() {
16         post_install
19 post_remove() {
20         rm -f -- "boot/initramfs-$pkgname.img"