aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-03-15 18:08:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-03-15 18:08:18 +0000
commit57e17f4fbaf53b93fa3209fbb8c191b5f46a8a6e (patch)
tree3fe792476fc54ca902606b7efc8ca8d8dfd96b05 /scripts
parent3708f476d504d119ec021e2b7144e301f61f0682 (diff)
downloadbootsplash-57e17f4fbaf53b93fa3209fbb8c191b5f46a8a6e.tar
bootsplash-57e17f4fbaf53b93fa3209fbb8c191b5f46a8a6e.tar.gz
bootsplash-57e17f4fbaf53b93fa3209fbb8c191b5f46a8a6e.tar.bz2
bootsplash-57e17f4fbaf53b93fa3209fbb8c191b5f46a8a6e.tar.xz
bootsplash-57e17f4fbaf53b93fa3209fbb8c191b5f46a8a6e.zip
do call update when switching theme
(i wonder why it's not already done. i need it to be done before grub_switch_themes)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/switch-themes1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/switch-themes b/scripts/switch-themes
index bb0acdb..083ea95 100755
--- a/scripts/switch-themes
+++ b/scripts/switch-themes
@@ -115,6 +115,7 @@ function switch_theme () {
rm -f /etc/bootsplash/themes/current
ln -s $toswitch /etc/bootsplash/themes/current
fi
+ update $toswitch
fi
#lilo_switch_themes $toswitch
grub_switch_themes $toswitch