# hdw-linux wget extensions # author: hackbard@hackdaworld.dyndns.org # [V] 1.10.2 # [S] 1-3 2-7 # [D] wget-1.10.2.tar.gz ftp://ftp.gnu.org/pub/gnu/wget/ if [ "$stage" = "1" ] ; then post_install() { [ -f /etc/resolv.conf ] && cp /etc/resolv.conf $root/etc } fi