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