1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 23:04:11 +03:00
openwrt-xburst/obsolete-buildroot/sources/openwrt/ipkg/radvd/CONTROL/postinst

13 lines
228 B
Plaintext
Raw Normal View History

#!/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