pkg-get-bashcompletion: removed.

This commit is contained in:
Tilman Sauerbeck 2009-05-29 14:43:38 +02:00
parent 6734946fea
commit 3c282c4a6e
3 changed files with 0 additions and 21 deletions

View File

@ -1,4 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/bash-completion/
-rwxr-xr-x root/root usr/lib/bash-completion/pkg-get_completion

View File

@ -1 +0,0 @@
5ee169f2f99fc501387219b6b96ca9ef pkg-get-0.4.5.tar.gz

View File

@ -1,16 +0,0 @@
# Description: programmable bash completion for pkt-get
# URL: http://www.varlock.com
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: bash-completion, pkg-get
name=pkg-get-bashcompletion
version=0.4.5
release=1
source=(http://www.varlock.com/files/pkg-get-$version.tar.gz)
build() {
cd pkg-get-$version/scripts
install -D -m 755 pkg-get_completion.sh \
$PKG/usr/lib/bash-completion/pkg-get_completion
}