task-pandora-*: Commit latest Xfce and Core tasks to build PAM correctly and package...
[openpandora.oe.git] / recipes / pandora-system / pandora-first-run-wizard / op_startup.sh
1 #!/bin/sh
2
3 OP_CHECKFILE='/etc/bootup.cfg'
4 OP_FIRSTRUN='xinit /usr/pandora/scripts/first-run-wizard.sh'
5
6
7 [ -f $OP_CHECKFILE ] && echo "OP_STARTUP: $OP_CHECKFILE exists, not first boot." || $OP_FIRSTRUN