summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Dahlin <cdahlin@redhat.com>2008-07-08 14:34:25 -0400
committerCasey Dahlin <cdahlin@redhat.com>2008-07-08 15:16:00 -0400
commit24ff6ba0ca4d196071b61e5c4990c66485ff80ff (patch)
tree1cf18d93362f254d5e7534bb827f14af709110b5
parent476e7662f18a749c4b682e45b3aa8e30a8e364ce (diff)
downloadpresto-master.tar.gz
presto-master.tar.xz
presto-master.zip
Uninstall and reinstall targets for MakefileHEADmaster
-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