contrib: remove obsolete luci package definitions
[project/luci.git] / applications / luci-app-p910nd / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3 ( . /etc/uci-defaults/luci-p910nd ) && rm -f /etc/uci-defaults/luci-p910nd
4 /etc/init.d/p910nd enabled || /etc/init.d/p910nd enable
5 exit 0
6 }