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]
/
wacom-linux-git
/
wacom-linux-git.install
blob
8a7fab3fd28a84edefb3fdfa4d37d0a0ba8c87bb
1
2
post_install() {
3
depmod -a || return 1
4
rmmod wacom 2> /dev/null # it's safe to fail here if you install for the first time
5
modprobe wacom || return 1
6
rmmod wacom_w8001 2> /dev/null # it's safe to fail here if you install for the first time
7
modprobe wacom_w8001 || return 1
8
}
9
10
post_upgrade() {
11
post_install
12
}
13