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 00:01:41 UTC 2012
[aur-mirror.git]
/
fjbtndrv
/
fjbtndrv.install
blob
fb54aac22055561d4249901de6f8dda6271beb7d
1
post_install() {
2
depmod -a
3
4
echo "
5
==> The helper for X11, fscd, should be running in order to make use of this driver in X11.
6
==> The helper for X11 screen rotation is fscrotd
7
==> Be sure to load the kernel module, fsc_btns
8
"
9
}
10
11
post_upgrade() {
12
post_install $1
13
}
14
15
post_remove(){
16
depmod -a
17
}