diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-03-15 18:08:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-03-15 18:08:18 +0000 |
commit | 57e17f4fbaf53b93fa3209fbb8c191b5f46a8a6e (patch) | |
tree | 3fe792476fc54ca902606b7efc8ca8d8dfd96b05 /scripts/switch-themes | |
parent | 3708f476d504d119ec021e2b7144e301f61f0682 (diff) | |
download | bootsplash-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/switch-themes')
-rwxr-xr-x | scripts/switch-themes | 1 |
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 |