diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2009-10-07 17:05:03 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2009-10-07 17:05:03 +0000 |
commit | e898f8a23a292fbe8b0a907e0077416123def1e1 (patch) | |
tree | ab7467227a2c66065694134c24f50e0021ff0693 /scripts | |
parent | 17494fd354ab16b216432e4493ceef0187f92c2b (diff) | |
download | bootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.tar bootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.tar.gz bootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.tar.bz2 bootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.tar.xz bootsplash-e898f8a23a292fbe8b0a907e0077416123def1e1.zip |
- Call bootload-config with the right options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/switch-themes | 2 |
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 } |