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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
sleepd-git
/
sleepd.install
blob
e7ff21b83470c2d52fa38b0c23cd8bb9353c2838
1
function pre_remove {
2
/etc/rc.d/sleepd stop
3
rm -f /var/run/sleepd.ctl
4
}
5
6
post_install() {
7
cat << EOF
8
==> Adjust /etc/conf.d/sleepd to your configuration.
9
EOF
10
}
11
12
post_upgrade() {
13
post_install "$1"
14
}
15
16
# vim:syntax=sh