summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-08-13 20:11:34 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-08-13 20:11:34 +0200
commite63c5f26a2e7c29ab064f89ff1ff4a5a113a9046 (patch)
tree97e8cb24518e87ba2efd2aabab6d666f9cfe078d /Makefile
parentc9c4e8043cfbc39b66b4b2b89eb5e18f0cb0a42e (diff)
downloaddevtools-e63c5f26a2e7c29ab064f89ff1ff4a5a113a9046.tar.gz
devtools-e63c5f26a2e7c29ab064f89ff1ff4a5a113a9046.tar.xz
Remove communityco on uninstall
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 27cefba..e5f43b9 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ uninstall:
for l in ${COMMITPKG_LINKS}; do rm -f $(DESTDIR)/usr/bin/$$l; done
for l in ${ARCHBUILD_LINKS}; do rm -f $(DESTDIR)/usr/bin/$$l; done
rm $(DESTDIR)/etc/bash_completion.d/devtools
+ rm -f $(DESTDIR)/usr/bin/communityco
dist:
git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz