# HDW Linux lynx # # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org # [I] Powerful console web browser. # [V] 2.8.5 # [S] 3-10 # [D] lynx2.8.5.tar.bz2 http://lynx.isc.org/release/ flist_pruned="$flist_pruned|etc/conf/profile" confopt="$confopt --with-ssl" post_install() { make install-doc make install-help [ -f /etc/lynx.cfg ] || cp -v lynx.cfg /etc/ ; lynxcfg="[ -f /etc/lynx.cfg ] && export LYNX_CFG=/etc/lynx.cfg"; if ! grep "^$lynxcfg" /etc/conf/profile ; then echo -e "\n$lynxcfg" >> /etc/conf/profile fi }