b474b6fd70b7faeaef0e5f74b0cb93a2233fd289
[hdw-linux/hdw-linux.git] / packages / base / wget / wget
1 # hdw-linux wget extensions
2
3 # author: hackbard@hackdaworld.dyndns.org
4
5 # [V] 1.9.1
6
7 # [S] 1-9 2-7
8 # [D] wget-1.9.1.tar.gz ftp://ftp.gnu.org/pub/gnu/wget/
9
10 if [ "$hdw_status" = "1" ] ; then
11         post_install()  {
12                 [ -f /etc/resolv.conf ] && cp /etc/resolv.conf $root/etc
13                         }
14 fi