applications: add radvd frontend
[project/luci.git] / applications / luci-radvd / ipkg / postinst
diff --git a/applications/luci-radvd/ipkg/postinst b/applications/luci-radvd/ipkg/postinst
new file mode 100644 (file)
index 0000000..88aaf83
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -n "${IPKG_INSTROOT}" ] || {
+       ( . /etc/uci-defaults/luci-radvd ) && rm -f /etc/uci-defaults/luci-radvd
+       /etc/init.d/radvd enabled || /etc/init.d/radvd enable
+       exit 0
+}