updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / flexibee / flexibee.install
blob92bdc2fec5062271e3f841d0982dfacc638c5e1a
1 post_install() {
3   echo "If you use this package for server instalation, then you must :"
4   echo "    1) Install this packages :"
5   echo "       postgresql"
6   echo "       postgresql-libs"
7   echo "       postgresql9-pltcl (from AUR, must be same version as postgresql package)"
8   echo "    2) Create system user, database role, change database port, change permissions... :"
9   echo "       /etc/rc.d/flexibee install"
10   echo "    3) Run flexibee server :"
11   echo "       /etc/rc.d/flexibee start"
15 post_upgrade() {                                                                                                                                                                                                                                    
16   post_install $1