blogic 2ec1921524 split fbsetbg into a seperate package and make X call it on startup, if it is preset
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-08 21:32:16 +00:00

6 lines
130 B
Plaintext

BKGD_IMAGE_PATH=/usr/share/X11/bkgd-images/
if [ -x `which fbsetbg` ]; then
fbsetbg -f ${BKGD_IMAGE_PATH}/default.png
fi
fluxbox