* luci/app/splash: add postinstall to enable init script
[project/luci.git] / applications / luci-statistics / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/luci-statistics ) && rm -f /etc/uci-defaults/luci-statistics
4 }