updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / hellanzb / hellanzb.install
blob1923928933726f955e55bed1bd3df74edbe1a808
1 # arg 1:  the new package version
2 post_install() {
3   echo ">>> If you wish to use SSL, please install pyopenssl."
4   echo ">>> "
5   echo ">>> To configure:"
6   echo ">>> Copy /etc/hellanzb.conf.sample to either /etc/hellanzb.conf or"
7   echo ">>> ~/.config/hellanzb.conf and edit."
8   echo ">>> "
9   echo ">>> To run:"
10   echo ">>> Run /usr/bin/hellanzb.py or use the rc script /etc/rc.d/hellanzb."
11   echo ">>> If using the rc script, make sure to edit /etc/conf.d/hellanzb."
14 post_upgrade() {
15         post_install
18 op=$1
19 shift
20 $op $*