diff options
Diffstat (limited to 'applications/luci-app-vnstat/ipkg/postinst')
-rwxr-xr-x | applications/luci-app-vnstat/ipkg/postinst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/applications/luci-app-vnstat/ipkg/postinst b/applications/luci-app-vnstat/ipkg/postinst deleted file mode 100755 index 816084a489..0000000000 --- a/applications/luci-app-vnstat/ipkg/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-vnstat ) && rm -f /etc/uci-defaults/luci-vnstat - /etc/init.d/vnstat enabled || /etc/init.d/vnstat enable - exit 0 -} |