diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-11-14 21:13:30 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-11-17 18:41:05 -0500 |
commit | 92d8e163d8f61a7b9776fccd106197584beae6b9 (patch) | |
tree | 19ebe2c2a2af076eac2f046be222b06a41ade163 /livecd | |
parent | targets: Remove remnants of support for the installer (diff) | |
download | catalyst-92d8e163d8f61a7b9776fccd106197584beae6b9.tar.gz catalyst-92d8e163d8f61a7b9776fccd106197584beae6b9.tar.bz2 catalyst-92d8e163d8f61a7b9776fccd106197584beae6b9.zip |
targets: Remove gconf usage
Bug: https://bugs.gentoo.org/873841
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'livecd')
-rw-r--r-- | livecd/files/livecd-local.start | 5 |
1 files changed, 0 insertions, 5 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 |