From 97bee2dc834b8deee5c52412393b918a54332437 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Aug 2008 13:27:13 +0000 Subject: don't create symlink /usr/share/mdk/backgrounds/default.png to jpg files (it's not needed anymore) --- lib/Xconfig/resolution_and_depth.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Xconfig/resolution_and_depth.pm') diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 7159873..19b1fc9 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -289,7 +289,6 @@ sub set_default_background { symlinkf $_->{file}, "$dir/$theme{THEME}-$_->{hour}.jpg"; } else { symlinkf $_->{file}, "$dir/default.jpg"; - symlinkf $_->{file}, "$dir/default.png"; } } } -- cgit v1.2.1