updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / sleepd-git / sleepd.install
blobe7ff21b83470c2d52fa38b0c23cd8bb9353c2838
1 function pre_remove {
2 /etc/rc.d/sleepd stop
3 rm -f /var/run/sleepd.ctl
6 post_install() {
7 cat << EOF
8 ==> Adjust /etc/conf.d/sleepd to your configuration.
9 EOF
12 post_upgrade() {
13 post_install "$1"
16 # vim:syntax=sh