From 6fe5193725af0c70fe78f08e5d519d28d008bb02 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Jun 2005 07:45:40 +0000 Subject: look for bootloader-config where it really is (bugzilla #16568) --- scripts/remove-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/remove-theme b/scripts/remove-theme index 29b105d..9263b1b 100644 --- a/scripts/remove-theme +++ b/scripts/remove-theme @@ -31,8 +31,8 @@ function remove_theme () { } function update_boot () { - if [[ -x /usr/bin/bootloader-config ]]; then - /usr/bin/bootloader-config --action remove-splash --kernel-version $(uname -r) + if [[ -x /usr/sbin/bootloader-config ]]; then + /usr/sbin/bootloader-config --action remove-splash --kernel-version $(uname -r) fi } -- cgit v1.2.1