split fbsetbg into a seperate package and make X call it on startup, if it is preset
[openwrt/svn-archive/archive.git] / XOrg / meta / xorg-server-essentials / files / xinitrc
1 BKGD_IMAGE_PATH=/usr/share/X11/bkgd-images/
2 if [ -x `which fbsetbg` ]; then
3 fbsetbg -f ${BKGD_IMAGE_PATH}/default.png
4 fi
5 fluxbox