summaryrefslogtreecommitdiff
path: root/pcr/bash-dynamic-completion/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-05 09:23:58 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-05 09:23:58 -0500
commit507d479cadf9f1318fd24aa261be3d59f69be3b2 (patch)
tree081a98fa605252db1cdcfac221c5c87955c3061c /pcr/bash-dynamic-completion/PKGBUILD
parent7527d3c68cb58620802b2a02a432a87ad48f280d (diff)
bash-completion already features dynamic completion loading
Diffstat (limited to 'pcr/bash-dynamic-completion/PKGBUILD')
-rw-r--r--pcr/bash-dynamic-completion/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/bash-dynamic-completion/PKGBUILD b/pcr/bash-dynamic-completion/PKGBUILD
deleted file mode 100644
index e2878f04c..000000000
--- a/pcr/bash-dynamic-completion/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-pkgname='bash-dynamic-completion'
-pkgver=1
-pkgrel=1
-pkgdesc="A simple script that automatically load any of those completion functions when it is requested for the first time"
-arch=( 'i686' 'x86_64' )
-url="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467231"
-license=( 'GPL' )
-depends=( 'bash' 'bash-completion' 'cron' )
-source=( 'dynamic_completion.sh' )
-md5sums=( 'b3659f84162ebda9e0444273b2d0bd8a' )
-install=dynamic_completion.install
-
-build() {
- mkdir ${pkgdir}/etc
- mkdir ${pkgdir}/etc/cron.monthly
- cp ${srcdir}/dynamic_completion.sh ${pkgdir}/etc/cron.monthly/
-}