diff options
Diffstat (limited to 'applications/luci-app-radvd/ipkg/postinst')
-rw-r--r-- | applications/luci-app-radvd/ipkg/postinst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/applications/luci-app-radvd/ipkg/postinst b/applications/luci-app-radvd/ipkg/postinst deleted file mode 100644 index 88aaf8330..000000000 --- a/applications/luci-app-radvd/ipkg/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 -} |