diff options
Diffstat (limited to 'mga-bg-res')
-rwxr-xr-x | mga-bg-res/mga-bg-res.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |