aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/remove-theme4
1 files 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
}