From 5a411c3937b1ac433ffba7ee7145fb0b3b19321e Mon Sep 17 00:00:00 2001 From: Nick Peng Date: Sat, 22 Feb 2020 00:47:19 +0800 Subject: [PATCH] luci-app-smartdns: remove uci track --- package/luci/control/postinst-pkg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/luci/control/postinst-pkg b/package/luci/control/postinst-pkg index ded67b6..e69de29 100644 --- a/package/luci/control/postinst-pkg +++ b/package/luci/control/postinst-pkg @@ -1,4 +0,0 @@ -[ -n "${IPKG_INSTROOT}" ] || { - (. /etc/uci-defaults/50_luci-smartdns) && rm -f /etc/uci-defaults/50_luci-smartdns - exit 0 -}