* luci/contrib/olsr: add postinstall hooks to register ucitrack action for olsrd...
[project/luci.git] / applications / luci-olsr / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/luci-olsr ) && rm -f /etc/uci-defaults/luci-olsr
4 }