diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | scripts/switch-themes | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ NAME=bootsplash -VERSION := 3.3.0 +VERSION := 3.3.1 SUBDIRS=scripts FILES=$(SUBDIRS) Makefile ChangeLog README 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 } |