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

6 lines
118 B
Bash

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