summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-08 16:31:40 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-01-08 16:31:40 +0100
commit50b258a1d42c12e9f13e31282d6d555a1a9fcf32 (patch)
treec75385a54f4e8ecc0ebfdb210fa205ee839decfb /applications/luci-app-statistics
parent39ff053890a1519e11def32336154bebde2519e4 (diff)
Remove obsolete ipkg directories
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-statistics')
-rwxr-xr-xapplications/luci-app-statistics/ipkg/postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-statistics/ipkg/postinst b/applications/luci-app-statistics/ipkg/postinst
deleted file mode 100755
index 7e81b3667f..0000000000
--- a/applications/luci-app-statistics/ipkg/postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-statistics ) && rm -f /etc/uci-defaults/luci-statistics
-
- /etc/init.d/luci_statistics enabled || /etc/init.d/luci_statistics enable
- /etc/init.d/collectd enabled || /etc/init.d/collectd enable
-
- exit 0
-}