Remove communityco on uninstall

This commit is contained in:
Pierre Schmitz 2011-08-13 20:11:34 +02:00
parent c9c4e8043c
commit e63c5f26a2
1 changed files with 1 additions and 0 deletions

View File

@ -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