luci/applications/luci-splash/ipkg/postinst

6 lines
111 B
Text
Raw Normal View History

#!/bin/sh
2008-11-05 22:06:27 +00:00
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/luci_splash enabled || /etc/init.d/luci_splash enable
2008-11-05 22:06:27 +00:00
}