pandora-skel: add a hack for .config and friends
[openpandora.oe.git] / recipes / pandora-system / pandora-skel.bb
index 3e38a2c..5245c74 100644 (file)
@@ -61,6 +61,11 @@ do_install() {
   
   install -d ${D}${sysconfdir}/skel/.mplayer/
   install -m 0644 ${WORKDIR}/mplayconfig ${D}${sysconfdir}/skel/.mplayer/config
+
+  # something creates these with wrong perms, so create here
+  install -d ${D}${sysconfdir}/skel/.cache
+  install -d ${D}${sysconfdir}/skel/.config/xfce4/xfconf
+  install -d ${D}${sysconfdir}/skel/.local/share
 }
 
 pkg_postinst () {