luci/applications/luci-watchcat/ipkg/postinst
Jo-Philipp Wich ca9314ee22 New application for watchcat
Hi,

This patch add a new luci-application for the watchcat package (in
feeds/packages/utils).

Chris
2012-04-16 16:49:04 +00:00

7 lines
186 B
Bash

#!/bin/sh
me="watchcat"
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-$me ) && rm -f /etc/uci-defaults/luci-$me
/etc/init.d/$me enabled || /etc/init.d/$me enable
exit 0
}