luci/applications/luci-splash/ipkg/postinst

8 lines
85 B
Text
Raw Normal View History

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