summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--presto-utils/Makefile10
1 files changed, 10 insertions, 0 deletions
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