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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
dvb-usb-rtl2838u-arch
/
dvb-usb-rtl2838u-arch.install
blob
e1d84c161876a46c1df3ef998b4ec647cbb71196
1
# Contributor: DonVla <donvla@users.sourceforge.net>
2
# dvb-usb-rtl2832u-arch install file
3
4
KERNEL_VERSION=3.1.5-1-ARCH
5
6
post_install() {
7
echo ">>> Updating module dependencies. Please wait ..."
8
depmod $KERNEL_VERSION
9
}
10
11
post_upgrade() {
12
post_install
13
}
14
15
# vim:set ts=2 sw=2 et: