removed the old directories, too.. cleanup is ready, yay
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / openwrt / ipkg / radvd / CONTROL / postinst
diff --git a/obsolete-buildroot/sources/openwrt/ipkg/radvd/CONTROL/postinst b/obsolete-buildroot/sources/openwrt/ipkg/radvd/CONTROL/postinst
deleted file mode 100644 (file)
index d3274a2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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