summaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot/sources/openwrt/ipkg/radvd/CONTROL/postinst
blob: d3274a203d51cf0b21e3290a9648daa7092cbc28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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