Merge pull request #1818 from dibdot/lxc_fix
[project/luci.git] / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4         /etc/init.d/luci_splash enabled || /etc/init.d/luci_splash enable
5         exit 0
6 }