clean: rm -f *.pyc *.pyo *~ cd shared; rm -f *.pyc *.pyo *~ install: mkdir -p /usr/lib/yum-plugins install -m 644 presto.py /usr/lib/yum-plugins mkdir -p /etc/yum/pluginconf.d install -m 644 presto.conf /etc/yum/pluginconf.d mkdir -p /usr/share/presto install -m 644 shared/prestoRepo.py /usr/share/presto install -m 644 shared/prestomdparser.py /usr/share/presto install -m 644 shared/prestoTransaction.py /usr/share/presto install -m 644 shared/deltarpm.py /usr/share/presto