• [gentoo-dev] [PATCH 3/5] targets: Remove gconf usage

    From Matt Turner@21:1/5 to All on Tue Nov 15 04:00:01 2022
    Bug: https://bugs.gentoo.org/873841
    Signed-off-by: Matt Turner <mattst88@gentoo.org>
    ---
    livecd/files/livecd-local.start | 5 -----
    targets/support/livecdfs-update.sh | 24 ------------------------
    2 files changed, 29 deletions(-)

    diff --git a/livecd/files/livecd-local.start b/livecd/files/livecd-local.start index 3615569c..a7bb2bef 100644
    --- a/livecd/files/livecd-local.start
    +++ b/livecd/files/livecd-local.start
    @@ -4,11 +4,6 @@
    # This is a good place to load any misc.
    # programs on startup ( 1>&2 )

    -#if [ -d /usr/livecd/gconf ]
    -#then
    -# ln -sf /usr/livecd/gconf /etc/gconf
    -#fi
    -
    #if [ -d /usr/livecd/db ]
    #then
    # ln -sf /usr/livecd/db /var/db
    diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
    index cf2cf62f..b7548347 100755
    --- a/targets/support/livecdfs-update.sh
    +++ b/targets/support/livecdfs-update.sh
    @@ -178,19 +178,6 @@ rm -f /etc/generic.motd.txt /etc/universal.motd.txt /etc/minimal.motd.txt /etc/l
    # Post configuration
    case ${clst_livecd_type} in
    gentoo-release-live*)
    - # Setup Gnome theme
    - if [ "${cls