root/trunk/sources/php-thttpd/postinst @ 4920

Revision 4920, 266 bytes (checked in by bzhou, 4 years ago)

use /opt/bin/update-alternatives fullpath in postinst

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2
3/opt/bin/update-alternatives --install /opt/sbin/htpasswd htpasswd /opt/sbin/php-thttpd-htpasswd 50
4
5echo ; echo
6echo "To complete the installation, you must edit /opt/etc/thttpd.conf,"
7echo "and then run /opt/etc/init.d/S80thttpd to start thttpd."
8echo
9
Note: See TracBrowser for help on using the browser.