aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repos/extra/grub/.files6
-rw-r--r--repos/extra/grub/abuild2
2 files changed, 2 insertions, 6 deletions
diff --git a/repos/extra/grub/.files b/repos/extra/grub/.files
index a15d8960..31cf7727 100644
--- a/repos/extra/grub/.files
+++ b/repos/extra/grub/.files
@@ -1,6 +1,4 @@
drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/bash_completion.d/
--rw-r--r-- root/root etc/bash_completion.d/grub.new
drwxr-xr-x root/root etc/default/
-rw-r--r-- root/root etc/default/grub.new
drwxr-xr-x root/root etc/grub.d/
@@ -1177,12 +1175,8 @@ drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/grub-sparc64-setup
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/grub/
--rw-r--r-- root/root usr/share/grub/ascii.h
--rw-r--r-- root/root usr/share/grub/ascii.pf2
--rw-r--r-- root/root usr/share/grub/euro.pf2
-rw-r--r-- root/root usr/share/grub/grub-mkconfig_lib
-rw-r--r-- root/root usr/share/grub/unicode.pf2
--rw-r--r-- root/root usr/share/grub/widthspec.h
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/grub-dev.info.gz
-rw-r--r-- root/root usr/share/info/grub.info-1.gz
diff --git a/repos/extra/grub/abuild b/repos/extra/grub/abuild
index e19816a3..f1903507 100644
--- a/repos/extra/grub/abuild
+++ b/repos/extra/grub/abuild
@@ -41,4 +41,6 @@ build() {
mkdir -p $PKG/etc/default
cp $SRC/grub.default $PKG/etc/default/grub
+
+ rm -rf $PKG/etc/bash_completion.d
}