summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/ipkg/postinst
blob: 0a4ca74cb7ab727eb235365c8ddff016a0576062 (plain)
1
2
3
4
5
6
7
#!/bin/sh

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

	exit 0
}