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 Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git]
/
acerhk
/
acerhk.install
blob
2523581943f864d99dc8abe2aee329cf8ead7552
1
post_install() {
2
cat << EOM
3
>>> PLEASE ADD PROPER OPTIONS IN /etc/modprobe.d/modprobe.conf IF NEEDED
4
>>> e.g. for Series 290:
5
>>> echo "options acerhk force_series=290 usedritek=1 verbose=0" >> /etc/modprobe.conf
6
EOM
7
depmod -a
8
}
9
10
11
post_upgrade() {
12
depmod -a
13
}
14
15
post_remove() {
16
depmod -a
17
}
18
19
# vim:set ts=2 sw=2 et: