summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks
diff options
context:
space:
mode:
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