rc.pandora-state: Now puts a "Yes" into /tmp/nocleanwarn if the system has not shutdo...
[openpandora.oe.git] / recipes / pandora-system / pandora-skel.bb
index 0aa7428..1155032 100644 (file)
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
 RDEPENDS = "shadow"
 
-PR = "r13"
+PR = "r17"
 
 SRC_URI = " \
   file://.xinitrc \     
@@ -20,6 +20,8 @@ SRC_URI = " \
   file://fuse \
   file://snd-pcm-oss \
 #  file://op_btenabled \
+  file://PandoraQuickStart.pdf \
+  file://PandoraQuickStart.desktop \
   file://gtkrc-2.0 \
 "
 
@@ -29,6 +31,7 @@ do_install() {
   install -d ${D}${sysconfdir}/skel/
   install -d ${D}${sysconfdir}/skel/Desktop
   install -d ${D}${sysconfdir}/modutils/
+  install -d ${D}${sysconfdir}/pandora/
   install -m 0644 ${WORKDIR}/.xinitrc ${D}${sysconfdir}/skel/.xinitrc
   install -m 0644 ${WORKDIR}/vimrc ${D}${sysconfdir}/skel/.vimrc
   install -m 0644 ${WORKDIR}/bashrc ${D}${sysconfdir}/skel/.bashrc
@@ -40,6 +43,8 @@ do_install() {
   install -m 0644 ${WORKDIR}/fuse ${D}${sysconfdir}/modutils/fuse
   install -m 0644 ${WORKDIR}/snd-pcm-oss ${D}${sysconfdir}/modutils/snd-pcm-oss
 #  install -m 0644 ${WORKDIR}/op_btenabled ${D}${sysconfdir}/skel/.op_btenabled
+  install -m 0755 ${WORKDIR}/PandoraQuickStart.desktop ${D}${sysconfdir}/skel/Desktop/PandoraQuickStart.desktop
+  install -m 0755 ${WORKDIR}/PandoraQuickStart.pdf ${D}${sysconfdir}/pandora/PandoraQuickStart.pdf
   
   install -d ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml
   install -m 0644 ${WORKDIR}/xsettings.xml ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml