updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / minbif-git / minbif-git.install
blob603f308ff43bd68898bbf05d4cc7ddaed810eca4
1 ## arg 1:  the new package version
2 post_install() {
3   echo "Be sure to edit /etc/minbif.conf"
4   echo "Start minbif with sudo minbif /etc/minbif.conf for now."
5   echo "You can change the motd in /etc/minbif.motd"
6   echo "An rc.d script is in the making"
9 ## arg 1:  the new package version
10 ## arg 2:  the old package version
11 post_upgrade() {
12   echo "Be sure to edit /etc/minbif.conf"
13   echo "Start minbif with sudo minbif /etc/minbif.conf for now."
14   echo "You can change the motd in /etc/minbif.motd"
15   echo "An rc.d script is in the making"
18 # vim:set ts=2 sw=2 et: