diff options
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 |