updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / resmgr / resmgr.install
blobbf85845e961a978ba6eb1d46264118f384ed73ed
1 # arg 1:  the new package version
2 post_install() {
3   echo ">>> Add resmgr to the DAEMONS array in /etc/rc.conf if you want"
4   echo ">>> to start at system boot-up."
7 # arg 1:  the new package version
8 # arg 2:  the old package version
9 post_upgrade() {
10  post_install $1
13 # arg 1:  the old package version
14 pre_remove() {
15   echo ">>> Don't forget to remove resmgr from /etc/rc.conf"
18 op=$1
19 shift
21 $op $*