diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-01-14 20:38:42 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-01-14 20:38:42 +0000 |
commit | 8b55776e3f6e431628b54a59a6e358052bd3a023 (patch) | |
tree | e7696dd70fa0d74b11c8b23ea7a3b92c3e1e64c3 | |
parent | 7b454726b985eec8679f59526edcb7ac1f77fd0f (diff) | |
download | draklive-config-8b55776e3f6e431628b54a59a6e358052bd3a023.tar draklive-config-8b55776e3f6e431628b54a59a6e358052bd3a023.tar.gz draklive-config-8b55776e3f6e431628b54a59a6e358052bd3a023.tar.bz2 draklive-config-8b55776e3f6e431628b54a59a6e358052bd3a023.tar.xz draklive-config-8b55776e3f6e431628b54a59a6e358052bd3a023.zip |
autoinst.cfg.pl: remove obsolete xfce config package from list.
-rw-r--r-- | config/auto_inst.cfg.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index a1cbf2b..0400764 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -132,7 +132,6 @@ $o = { 'default_packages' => [ if_($has_lxde, "mageia-lxde-config-$distro_release"), - if_($has_xfce, "mageia-xfce-config-$distro_release"), # i586 arch specific if_($ENV{DRAKLIVE_ARCH} eq 'i586', |