From 24ff6ba0ca4d196071b61e5c4990c66485ff80ff Mon Sep 17 00:00:00 2001 From: Casey Dahlin Date: Tue, 8 Jul 2008 14:34:25 -0400 Subject: Uninstall and reinstall targets for Makefile --- presto-utils/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/presto-utils/Makefile b/presto-utils/Makefile index 04817cb..c455dc1 100644 --- a/presto-utils/Makefile +++ b/presto-utils/Makefile @@ -18,3 +18,13 @@ install: install -m 644 doprunedrpms.py $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/ mkdir -p $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/relaxng install -m 644 relaxng/presto.rnc $(DESTDIR)/usr/lib/python2.5/site-packages/presto-utils/relaxng/ + +uninstall: + rm -rf /usr/lib/python2.5/site-packages/presto-utils + rm -rf /usr/bin/createprestorepo + rm -rf /usr/bin/createprestorepo-0.2 + rm -rf /usr/bin/createprestorepo-0.3 + rm -rf /usr/bin/createdeltarpms + rm -rf /usr/bin/prunedrpms + +reinstall: uninstall install -- cgit