diff options
author | Barry Jackson <barjac@mageia.org> | 2016-09-17 12:53:14 +0100 |
---|---|---|
committer | Barry Jackson <barjac@mageia.org> | 2016-09-17 12:53:14 +0100 |
commit | 76d89e95603d515eaa20c3a49b27d0d7a404b53e (patch) | |
tree | d68f9ac70f2b2219120d638bff9e3f91e4623865 /mga-bg-res | |
parent | 564aad585d86c781ece34afb8c92d5af12065a11 (diff) | |
download | theme-76d89e95603d515eaa20c3a49b27d0d7a404b53e.tar theme-76d89e95603d515eaa20c3a49b27d0d7a404b53e.tar.gz theme-76d89e95603d515eaa20c3a49b27d0d7a404b53e.tar.bz2 theme-76d89e95603d515eaa20c3a49b27d0d7a404b53e.tar.xz theme-76d89e95603d515eaa20c3a49b27d0d7a404b53e.zip |
- remove default.jpg symlink (now in mageia-theme spec
- remove commented code from Makefile
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 |