aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/switch-themes
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2009-10-12 10:16:06 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2009-10-12 10:16:06 +0000
commit8cd65dee04c730ab2e781d6e2f0f5c86a684c790 (patch)
treef8a36a47490fbe34d748202db71411a28e61cf57 /scripts/switch-themes
parentada76c1b01436f85dfeebed4b743356a775aa2fb (diff)
downloadbootsplash-8cd65dee04c730ab2e781d6e2f0f5c86a684c790.tar
bootsplash-8cd65dee04c730ab2e781d6e2f0f5c86a684c790.tar.gz
bootsplash-8cd65dee04c730ab2e781d6e2f0f5c86a684c790.tar.bz2
bootsplash-8cd65dee04c730ab2e781d6e2f0f5c86a684c790.tar.xz
bootsplash-8cd65dee04c730ab2e781d6e2f0f5c86a684c790.zip
- Release 3.3.1
- do not update various symlinks for each initrd when switching theme
Diffstat (limited to 'scripts/switch-themes')
-rwxr-xr-xscripts/switch-themes2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/switch-themes b/scripts/switch-themes
index 39c72cd..b5b709f 100755
--- a/scripts/switch-themes
+++ b/scripts/switch-themes
@@ -92,8 +92,8 @@ function switch_theme () {
echo "THEME=$toswitch" >> $sysconfig
fi
rm -f $tmpfile
- update $toswitch
fi
+ update $toswitch
grub_switch_themes $toswitch
}