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]
/
r592-driver
/
r592-driver.install
blob
0e063dd0ba0d2e3c0f082418e4b7fa1f7d844052
1
post_install() {
2
# updating module dependencies
3
echo ">>> Updating module dependencies. Please wait..."
4
depmod -A -v $(uname -r) > /dev/null 2>&1
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
post_remove() {
12
post_install
13
}