summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-11-06 01:56:01 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-11-06 01:56:01 +0000
commit5a3422963ba93d347c58064a9e153bf7ecfe5b2b (patch)
tree87160846532a002757d952a162065d190cd88d91 /applications/luci-statistics/ipkg
parentcbaafba1fdbd65ce281e46b71fa7243fa065f90b (diff)
* luci/applications: force success for postinstall scripts
Diffstat (limited to 'applications/luci-statistics/ipkg')
-rwxr-xr-xapplications/luci-statistics/ipkg/postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-statistics/ipkg/postinst b/applications/luci-statistics/ipkg/postinst
index 536f4bb28..e69ae4726 100755
--- a/applications/luci-statistics/ipkg/postinst
+++ b/applications/luci-statistics/ipkg/postinst
@@ -4,4 +4,6 @@
/etc/init.d/luci_statistics enable
/etc/init.d/collectd enable
+
+ exit 0
}