#!/bin/sh

# Copyright (C) 2005, NAGY Bence <nagybence@tipogral.hu>
# This file can be distributed under the terms of the
# GNU General Public License version 2.

if [ -f /etc/resolv.conf.save ]; then
    mv /etc/resolv.conf.save /etc/resolv.conf
fi
