Correct cereus-xfce-presets conf_files in template

This commit is contained in:
KF-Art 2023-01-29 15:58:41 -06:00
parent 315c5967a3
commit 54cc1aa06e

View file

@ -10,7 +10,7 @@ conf_files="
/etc/skel/.config/xfce4/panel/*.rc
/etc/skel/.config/xfce4/panel/launcher-*/*.desktop
/etc/skel/.config/xfce4/terminal/terminalrc
/etc/skel/.config/xfce4/xfconf/xfce-perchanner-xml/*.xml
/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/*.xml
/etc/skel/.local/share/xfce4/helpers/custom-WebBrowser.desktop
/etc/xdg/autostart/ksuperkey.desktop"
hostmakedepends="git"
@ -27,5 +27,5 @@ do_fetch() {
do_install() {
vcopy xfce/* ./
vinstall global/etc/skel/qt5ct/qt5ct.conf 0644 etc/qt5ct/
vinstall global/etc/qt5ct/qt5ct.conf 0644 etc/qt5ct/
}