From 57e17f4fbaf53b93fa3209fbb8c191b5f46a8a6e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 15 Mar 2007 18:08:18 +0000 Subject: do call update when switching theme (i wonder why it's not already done. i need it to be done before grub_switch_themes) --- scripts/switch-themes | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1