aboutsummaryrefslogtreecommitdiff
path: root/repos/extra
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-03-06 13:51:10 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-03-06 13:51:10 +0000
commit85d60198824474bdec0a67c9f491974042afa8c1 (patch)
tree344d7fb095541ea6f4494755af4afd57ee88f074 /repos/extra
parenta12a4f2e2c5e333806b649e7f67a7a164f37cced (diff)
downloadalicelinux-85d60198824474bdec0a67c9f491974042afa8c1.tar.gz
alicelinux-85d60198824474bdec0a67c9f491974042afa8c1.zip
grub: removed shell completion
Diffstat (limited to 'repos/extra')
-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
}