diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-11-09 15:42:30 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-11-09 15:42:30 +0100 |
commit | 02a7ccfc2eda3b350b6e7aade0a9c1e05789504a (patch) | |
tree | 912f5c4f026e61f674abdef16785cc38762c4cb0 /config/binary_local-hooks/grub2-theme | |
parent | 3c071f6ff60e6fd5afde17d113beb50f1e246422 (diff) | |
download | kanotix-02a7ccfc2eda3b350b6e7aade0a9c1e05789504a.zip kanotix-02a7ccfc2eda3b350b6e7aade0a9c1e05789504a.tar.gz |
added checks to hooks
Diffstat (limited to 'config/binary_local-hooks/grub2-theme')
-rwxr-xr-x | config/binary_local-hooks/grub2-theme | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/binary_local-hooks/grub2-theme b/config/binary_local-hooks/grub2-theme index 36464ee..8273a80 100755 --- a/config/binary_local-hooks/grub2-theme +++ b/config/binary_local-hooks/grub2-theme @@ -9,6 +9,6 @@ grub2|burg) esac mkdir -p binary/boot/grub -cp chroot/usr/share/grub/unicode.pf2 binary/boot/grub/ -cp chroot/usr/share/images/grub/kanotix-logo.png binary/boot/grub/ - +cp chroot/usr/share/grub/unicode.pf2 binary/boot/grub/ || : +cp chroot/usr/share/images/grub/kanotix-logo.png binary/boot/grub/ || : +exit 0 |