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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
acpi-support-debian
/
acpi-support-debian.install
blob
0f2923e2be109e97634155f77280a9e0a93e7a67
1
post_install() {
2
cat << _EOF
3
==> Installation notes:
4
* Add acpid and acpi-support to you deamon array at rc.conf
5
_EOF
6
}
7
8
post_upgrade() {
9
post_install
10
}
11
12
op=$1
13
shift
14
$op $*