diff options
author | Xavier Chantry <chantry.xavier@gmail.com> | 2010-10-13 18:07:31 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-13 03:21:48 +0100 |
commit | 622e7fdd4fffcaf28679ba063505fa18755b7ba0 (patch) | |
tree | 538376a5a3f1601056c66a2e7ce8ad0601ccc93b /contrib/Makefile.am | |
parent | 65a96e900d9b3f970fd184986303092e4735de0e (diff) | |
download | pacman-622e7fdd4fffcaf28679ba063505fa18755b7ba0.tar.gz pacman-622e7fdd4fffcaf28679ba063505fa18755b7ba0.tar.xz |
contrib: remove bash pactree
This has been rewitten in C which is much much faster.
Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com>
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 55366b47..4adc9491 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -5,7 +5,6 @@ OURFILES = \ paclist \ pacscripts \ pacsearch \ - pactree \ wget-xdelta.sh \ zsh_completion @@ -17,7 +16,6 @@ EXTRA_DIST = \ paclist.in \ pacscripts.in \ pacsearch.in \ - pactree.in \ vimprojects \ wget-xdelta.sh.in \ zsh_completion.in \ |