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 () {