luci/applications/luci-splash/ipkg/postinst
2008-11-05 22:06:27 +00:00

5 lines
76 B
Bash
Executable file

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/luci_splash enable
}