diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
| commit | e2049e835735b2dc5495a701a3186291577d6b1e (patch) | |
| tree | de98659feac12eca2ca95886a42b8cb3fe13cf59 /repos/extra/glib/abuild | |
| parent | a5a291e17886e6b1b60638ca9615780cdd290fb3 (diff) | |
| download | alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.tar.gz alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.zip | |
removed junks
Diffstat (limited to 'repos/extra/glib/abuild')
| -rw-r--r-- | repos/extra/glib/abuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repos/extra/glib/abuild b/repos/extra/glib/abuild index 657f7821..1e152441 100644 --- a/repos/extra/glib/abuild +++ b/repos/extra/glib/abuild @@ -11,3 +11,7 @@ build_opt=" -Dtests=false $_opt " + +postbuild() { + rm -rf $PKG/usr/share/bash-completion +} |