Rework LuCI build system
[project/luci.git] / applications / luci-vnstat / ipkg / postinst
diff --git a/applications/luci-vnstat/ipkg/postinst b/applications/luci-vnstat/ipkg/postinst
deleted file mode 100755 (executable)
index 816084a..0000000
+++ /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
-}