This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
luci
Watch
2
Star
0
Fork
You've already forked luci
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
08fc73b8a6
luci
/
applications
/
luci-splash
/
ipkg
/
postinst
8 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
* luci/app/splash: add postinstall to enable init script
2008-11-04 20:21:56 +00:00
#!/bin/sh
* luci: fix postinstall scripts
2008-11-05 22:06:27 +00:00
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/luci_splash enable
* luci/applications: force success for postinstall scripts
2008-11-06 01:56:01 +00:00
exit 0
* luci: fix postinstall scripts
2008-11-05 22:06:27 +00:00
}
Reference in a new issue
Copy permalink