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 Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git]
/
lcnb_acpi
/
lcnb_acpi.install
blob
d47b68b6bd13876a42be0a55485aabd6fe05c81c
1
post_install() {
2
echo 'generating modules.dep and map files...'
3
depmod -a
4
echo 'module name : lcnb_acpi'
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
pre_remove() {
12
/bin/true
13
}
14
15
op=$1
16
shift
17
18
$op "$@"