summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-11-09 15:42:30 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-11-09 15:42:30 +0100
commit02a7ccfc2eda3b350b6e7aade0a9c1e05789504a (patch)
tree912f5c4f026e61f674abdef16785cc38762c4cb0 /config/binary_local-hooks
parent3c071f6ff60e6fd5afde17d113beb50f1e246422 (diff)
downloadkanotix-02a7ccfc2eda3b350b6e7aade0a9c1e05789504a.zip
kanotix-02a7ccfc2eda3b350b6e7aade0a9c1e05789504a.tar.gz
added checks to hooks
Diffstat (limited to 'config/binary_local-hooks')
-rwxr-xr-xconfig/binary_local-hooks/grub2-theme6
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