btrfs-progs: add bash-completion
This commit is contained in:
parent
3967c48c0f
commit
52b24e41df
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'btrfs-progs'
|
||||
pkgname=btrfs-progs
|
||||
version=4.12.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=${pkgname}-v${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-backtrace"
|
||||
|
@ -24,6 +24,10 @@ pre_build() {
|
|||
fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall btrfs-completion 644 /usr/share/bash-completion/completions btrfs
|
||||
}
|
||||
|
||||
libbtrfs_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue