From eb8c03b34c7bba84a6bf1cc3e5acf07df810ac2b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 30 Jun 2004 09:50:17 +0000 Subject: fix bootloader-config path --- scripts/switch-themes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/switch-themes') diff --git a/scripts/switch-themes b/scripts/switch-themes index 22676e4..99d3368 100755 --- a/scripts/switch-themes +++ b/scripts/switch-themes @@ -109,8 +109,8 @@ function switch_theme () { } function update_boot () { - if [[ -x /usr/bin/bootloader-config ]]; then - /usr/bin/bootloader-config --action update-splash --kernel-version $(uname -r) + if [[ -x /usr/sbin/bootloader-config ]]; then + /usr/sbin/bootloader-config --action update-splash --kernel-version $(uname -r) fi } -- cgit v1.2.1