1 DESCRIPTION = "Default 'new user' files on the OpenPandora."
3 COMPATIBLE_MACHINE = "omap3-pandora"
5 # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
15 file://pam_environment \
16 file://xsettings.xml \
21 # xsettings.xml is a hack until I can figure out why XDG configs are not setting the icon theme for Xfce/GTK+
24 install -d ${D}${sysconfdir}/skel/
25 install -m 0644 ${WORKDIR}/.xinitrc ${D}${sysconfdir}/skel/.xinitrc
26 install -m 0644 ${WORKDIR}/bashrc ${D}${sysconfdir}/skel/.bashrc
27 install -m 0644 ${WORKDIR}/profile ${D}${sysconfdir}/skel/.profile
28 install -m 0644 ${WORKDIR}/pam_environment ${D}${sysconfdir}/skel/.pam_environment
29 install -m 0644 ${WORKDIR}/pndXmodmap ${D}${sysconfdir}/skel/.pndXmodmap
30 install -m 0644 ${WORKDIR}/asoundrc ${D}${sysconfdir}/skel/.asoundrc
32 install -d ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml
33 install -m 0644 ${WORKDIR}/xsettings.xml ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
35 install -d ${D}${sysconfdir}/skel/.mplayer/
36 install -m 0644 ${WORKDIR}/mplayconfig ${D}${sysconfdir}/skel/.mplayer/config
39 PACKAGE_ARCH = "${MACHINE_ARCH}"
41 FILES_${PN} += "${prefix} ${datadir}"