repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git]
/
linux-git
/
linux-git.install
blob
9c0f9d46dafab497d3ebd61885095c796bacf9de
1
pkgname=linux-git
2
kernver=3.1.0
3
4
post_install () {
5
echo ">"
6
echo "> Updating module dependencies. Please wait ..."
7
depmod $kernver
8
9
echo ">"
10
echo "> Generating initramfs, using mkinitcpio. Please wait..."
11
echo ">"
12
mkinitcpio -p $pkgname
13
}
14
15
post_upgrade() {
16
post_install
17
}
18
19
post_remove() {
20
rm -f -- "boot/initramfs-$pkgname.img"
21
}