generic-poky/meta/packages/ppp/ppp-2.4.5/92removedns

6 lines
118 B
Bash

#!/bin/sh
ACTUALCONF=/var/run/resolv.conf
if [ -f $ACTUALCONF.ppporig ] ; then
mv $ACTUALCONF.ppporig $ACTUALCONF
fi