relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / dreambox-modem-ppp-scripts / dreambox-modem-ppp-scripts / 01peerdns-remove
1 #!/bin/sh
2 if [ -f /etc/resolv.conf-back ];  then
3                 rm /etc/resolv.conf
4                 mv /etc/resolv.conf-back /etc/resolv.conf
5 fi