summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-18 10:32:32 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-02-07 21:35:05 +0100
commit7f115394f59f2e6f9c5337802482dc4591cc1dbd (patch)
treef70d12dee261c0491467ce362c2ce23a90a7f72a /perl-install/install/gtk.pm
parent0fd5158751ff6d6c69112568ae4ae81f2d7a18f4 (diff)
downloaddrakx-7f115394f59f2e6f9c5337802482dc4591cc1dbd.tar
drakx-7f115394f59f2e6f9c5337802482dc4591cc1dbd.tar.gz
drakx-7f115394f59f2e6f9c5337802482dc4591cc1dbd.tar.bz2
drakx-7f115394f59f2e6f9c5337802482dc4591cc1dbd.tar.xz
drakx-7f115394f59f2e6f9c5337802482dc4591cc1dbd.zip
imlib is unused for 12 years & not in drakx for 6 years...
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm
index 29d961650..0804e2755 100644
--- a/perl-install/install/gtk.pm
+++ b/perl-install/install/gtk.pm
@@ -252,10 +252,6 @@ sub createXconf {
$mouse_type = 'IMPS/2' if $mouse_type eq 'vboxmouse';
symlinkf(devices::make($mouse_dev), "/dev/mouse") if $mouse_dev ne 'none';
- #- needed for imlib to start on 8-bit depth visual.
- symlink("/tmp/stage2/etc/imrc", "/etc/imrc");
- symlink("/tmp/stage2/etc/im_palette.pal", "/etc/im_palette.pal");
-
#- remove "error opening security policy file" warning
symlink("/tmp/stage2/etc/X11", "/etc/X11");