summaryrefslogtreecommitdiffstats
path: root/source/a/grub/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/grub/doinst.sh')
-rw-r--r--source/a/grub/doinst.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/a/grub/doinst.sh b/source/a/grub/doinst.sh
index 20b6c34e2..54c06904f 100644
--- a/source/a/grub/doinst.sh
+++ b/source/a/grub/doinst.sh
@@ -11,6 +11,8 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
-config etc/grub.d/40_custom.new
-rm -f etc/grub.d/40_custom.new
+# Process config files in etc/grub.d/:
+for file in etc/grub.d/*.new ; do
+ config $file
+done
config etc/default/grub.new