156 rm -rf $RPM_BUILD_ROOT |
156 rm -rf $RPM_BUILD_ROOT |
157 |
157 |
158 %post |
158 %post |
159 if [ $1 -eq 1 ]; then |
159 if [ $1 -eq 1 ]; then |
160 # display final hints on initial installation |
160 # display final hints on initial installation |
161 ( echo "1. To complete this installation of Drupal please start PostgreSQL" |
161 ( echo "1. To complete this installation of DAViCal please start" |
162 echo " and initialize the DAViCal database like this:" |
162 echo " PostgreSQL and initialize the DAViCal database like this:" |
163 echo " \$ $RPM_INSTALL_PREFIX/bin/openpkg rc postgresql start" |
163 echo " \$ $RPM_INSTALL_PREFIX/bin/openpkg rc postgresql start" |
164 echo " \$ $RPM_INSTALL_PREFIX/sbin/davical-setup install" |
164 echo " \$ $RPM_INSTALL_PREFIX/sbin/davical-setup install" |
165 echo "" |
165 echo "" |
166 echo "2. By default, DAViCal runs its own SSL/TLS based Apache server" |
166 echo "2. By default, DAViCal runs its own SSL/TLS based Apache server" |
167 echo " under 127.0.0.1, TCP port 8443. Please change this by editing" |
167 echo " under 127.0.0.1, TCP port 8443. Please change this by editing" |