updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / archipel-agent / install.sh
blob4fb5c6fd4e030d7bb7b00ffd587269be6d73fd2b
1 post_install()
3 cat <<- EOF
4 ==> Initialize Archipel Agent config and data files by running:
5 # archipel-initinstall
6 ==> Also make sure that libvirtd is running before starting Archipel:
7 # rc.d start libvirtd
8 # rc.d start archipel
9 EOF
12 post_upgrade()
14 post_install $1
17 post_remove()
19 cat <<- EOF
20 ==> You may safely delete Archipel Agent config and files:
21 # rm -rf /etc/archipel /var/lib/archipel
22 EOF