spacepaste

  1.  
  2. post_install() {
  3. echo "create Alias in your Apache httpd.conf:"
  4. echo " Alias /librarian /usr/share/i-librarian/www"
  5. echo "and incorporate the sample file under"
  6. echo " /var/www/html/librarian "
  7. echo "into your Apache configuration file"
  8. }
  9. post_upgrade() {
  10. post_install
  11. }
  12. post_remove() {
  13. echo "Review your settings in your Apache config file"
  14. }
  15.