aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2009-10-07 17:05:03 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2009-10-07 17:05:03 +0000
commite898f8a23a292fbe8b0a907e0077416123def1e1 (patch)
treeab7467227a2c66065694134c24f50e0021ff0693
parent17494fd354ab16b216432e4493ceef0187f92c2b (diff)
downloadbootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.tar
bootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.tar.gz
bootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.tar.bz2
bootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.tar.xz
bootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.zip
- Call bootload-config with the right options
-rwxr-xr-xscripts/switch-themes2
1 files changed, 1 insertions, 1 deletions
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
}