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 12 04:00:44 UTC 2012
[aur-mirror.git]
/
dvb-usb-rtl2832u-n130
/
dvb-usb-rtl2832u-n130.install
blob
2303ac64803dd6e7d62904fa75b1ae05dc5e9c55
1
# Contributor: DonVla <donvla@users.sourceforge.net>
2
# dvb-usb-rtl2832u-n130 install file
3
4
KERNEL_VERSION=2.6.38-N130
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: