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 Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git]
/
kernel26-zen-next
/
kernel26-zen-next.install
blob
b371450bd5209872900e8c6cb8182b9cd2d63a65
1
KERNEL_VERSION=2.6.33-ZENNEXT
2
3
post_install () {
4
echo ">"
5
echo "> Updating module dependencies. Please wait ..."
6
7
depmod -v ${KERNEL_VERSION} > /dev/null 2>&1
8
9
echo ">"
10
echo "> Generating initramfs, using mkinitcpio. Please wait..."
11
echo ">"
12
13
/sbin/mkinitcpio -p kernel26-zen-next
14
}
15
16
post_upgrade() {
17
post_install
18
}
19
20
op=$1
21
shift
22
$op $*
23
24
#EOF