Skip to content

Commit 99543b9

Browse files
committed
nsec3map: added bash completions.
1 parent da528f8 commit 99543b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/nsec3map/PKGBUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ build() {
3434
package() {
3535
cd "$pkgname"
3636

37+
install -dm 755 "$pkgdir/usr/share/bash-completion/completions"
38+
install -Dm 644 n3map.bash_completion \
39+
"$pkgdir/usr/share/bash-completion/completions/n3map"
3740
python -m installer --destdir="$pkgdir" dist/*.whl
3841
}
3942

0 commit comments

Comments
 (0)