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 Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
avermedia_a867
/
avermedia_a867.install
blob
19aa70636e8d358ebd4d26532661d5fc525fb5bf
1
post_install() {
2
echo "======================"
3
echo "Running depmod -a..."
4
depmod -a
5
echo "Load module a867 with modprobe a867 and connect your USB DVB-T Stick"
6
echo "Enjoy"
7
}
8
9
post_upgrade() {
10
post_install
11
}
12
13
post_remove() {
14
depmod -a
15
}
16