updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / wacom-linux-git / wacom-linux-git.install
blob8a7fab3fd28a84edefb3fdfa4d37d0a0ba8c87bb
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
10 post_upgrade() {
11   post_install