summarylogtreecommitdiffstats
path: root/update-grub
diff options
context:
space:
mode:
authorMax Bruckner2013-12-17 13:56:46 +0100
committerMax Bruckner2015-06-08 14:53:40 +0200
commit3c7cd33fbea6a9af6056f6afb88101f1112bb754 (patch)
treef5100e09d2cce81d5b3ae337346b0d2b1b4581b7 /update-grub
downloadaur-3c7cd33fbea6a9af6056f6afb88101f1112bb754.tar.gz
0.0.1-7
Diffstat (limited to 'update-grub')
-rw-r--r--update-grub3
1 files changed, 3 insertions, 0 deletions
diff --git a/update-grub b/update-grub
new file mode 100644
index 000000000000..0c433277fe9d
--- /dev/null
+++ b/update-grub
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+exec grub-mkconfig -o /boot/grub/grub.cfg "$@"