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 08:01:04 UTC 2012
[aur-mirror.git]
/
linect-git
/
linect-git.install
blob
0fb2672ad7769aa081389d423447fb5d7abeb594
1
post_install() {
2
echo "Note: The driver is still in development"
3
echo ""
4
echo "Load the driver manually via 'modprobe linect'"
5
echo "Add it to the MODULES array in /etc/rc.conf for automatic loading on system startup"
6
echo ""
7
8
/sbin/depmod -a
9
}
10
11
post_upgrade() {
12
post_install
13
}
14
15
post_remove() {
16
/sbin/depmod -a
17
}