diff options
-rw-r--r-- | config/auto_inst.cfg.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index ff64ef3..afbec58 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -73,10 +73,10 @@ $o = { 'libqca1-tls', if_($ENV{DRAKLIVE_REGION} eq 'Asia-no-India', - 'gimp', 'ibus-table-wubi', + 'ibus-table-wubi', ), if_($ENV{DRAKLIVE_REGION} eq 'Europe2', - 'gimp', 'pidgin-plugins', 'kscd', 'tvtime', + 'pidgin-plugins', 'kscd', 'tvtime', 'plasma-applet-system-monitor-cpu', 'plasma-applet-system-monitor-hdd', 'plasma-applet-system-monitor-hwinfo', 'plasma-applet-system-monitor-net', 'plasma-applet-system-monitor-temperature', 'python-kde4', 'plasma-scriptengine-python', @@ -141,7 +141,6 @@ $o = { 'ekiga', 'kdeaccessibility4', if_(!$has_gnome, 'gnome-media', 'yelp', 'pinentry-gtk2', 'polkit-gnome', 'seahorse', 'totem-mozilla'), - if_($ENV{DRAKLIVE_REGION} eq 'Europe2', 'gimp'), ), ($ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i ? ('/openjdk/', 'java-1.5.0-gcj') |