Files
meta-mortsgna/recipes-defaultconfig/guiconfig/xfce4-terminal-default-config_1.0.bb
Andreas Müller 6042877daa Add xfce4-terminal-default-config and bind it to xfce4-terminal
Background: cinnamon-base-image adds xfce4-terminal and we want a nice default
also in a mostly xfce4-free image.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-05-03 22:14:25 +02:00

16 lines
383 B
BlitzBasic

SUMMARY = "xfce4-terminal default user configuration"
LICENSE = "MIT & CC0-1.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit allarch
SRC_URI = " \
file://.config \
"
do_install() {
# default user configration -> /etc/skel
install -d ${D}${sysconfdir}/skel
cp -r ${WORKDIR}/.config ${D}${sysconfdir}/skel/
}