From e898f8a23a292fbe8b0a907e0077416123def1e1 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 7 Oct 2009 17:05:03 +0000 Subject: - Call bootload-config with the right options --- scripts/switch-themes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/switch-themes b/scripts/switch-themes index 8c0e644..39c72cd 100755 --- a/scripts/switch-themes +++ b/scripts/switch-themes @@ -99,7 +99,7 @@ function switch_theme () { function update_boot () { if [[ -x /usr/sbin/bootloader-config ]]; then - /usr/sbin/bootloader-config --action update-splash --kernel-version $(uname -r) + /usr/sbin/bootloader-config --action update-splash fi } -- cgit v1.2.1