diff options
Diffstat (limited to 'applications/luci-app-p910nd')
-rw-r--r-- | applications/luci-app-p910nd/ipkg/postinst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/applications/luci-app-p910nd/ipkg/postinst b/applications/luci-app-p910nd/ipkg/postinst deleted file mode 100644 index 36a91e21b..000000000 --- a/applications/luci-app-p910nd/ipkg/postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-p910nd ) && rm -f /etc/uci-defaults/luci-p910nd - /etc/init.d/p910nd enabled || /etc/init.d/p910nd enable - exit 0 -} |