1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00
openwrt/obsolete-buildroot/sources/openwrt/ipkg/radvd/CONTROL/postinst

13 lines
228 B
Bash

#!/bin/sh
# This code is from radvd package found on:
# http://openwrt.org/ipkg/
if [ ! -f /etc/radvd.conf ] ; then
echo
echo
echo See /etc/radvd.conf for configuration.
echo
cp /etc/radvd.conf.example /etc/radvd.conf
fi