From 76d89e95603d515eaa20c3a49b27d0d7a404b53e Mon Sep 17 00:00:00 2001 From: Barry Jackson Date: Sat, 17 Sep 2016 12:53:14 +0100 Subject: - remove default.jpg symlink (now in mageia-theme spec - remove commented code from Makefile --- mga-bg-res/mga-bg-res.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'mga-bg-res') diff --git a/mga-bg-res/mga-bg-res.sh b/mga-bg-res/mga-bg-res.sh index b6b0f24..79c0e68 100755 --- a/mga-bg-res/mga-bg-res.sh +++ b/mga-bg-res/mga-bg-res.sh @@ -41,7 +41,6 @@ fi if [ "$curlink" != "$bgpath/$theme-$res.png" ]; then if [ -e "$bgpath/$theme-$res.png" ]; then ln -sf $bgpath/$theme-$res.png $bgpath/default.png - ln -sf $bgpath/default.png $bgpath/default.jpg if [ -d /boot/grub2/themes ]; then cp -f $bgpath/$theme-$res.png /boot/grub2/themes/grub2-mageia-default.png fi -- cgit v1.2.1