Updating uninstall and reinstall targets in cgi/Makefile.

This commit is contained in:
Daniel Baumann 2010-04-18 04:12:02 +02:00
parent 61467268bd
commit 2b996047df
1 changed files with 4 additions and 5 deletions

View File

@ -11,10 +11,9 @@ install:
chown www-data:www-data $(DESTDIR)/var/log/live
uninstall:
rm $(DESTDIR)/usr/lib/cgi-bin/live-helper
rm $(DESTDIR)/etc/cron.d/live-helper.cgi
rm $(DESTDIR)/etc/default/live-helper.cgi
rm $(DESTDIR)/etc/logrotate.d/live-helper.cgi
rm -f $(DESTDIR)/usr/lib/cgi-bin/live-helper
rm -f $(DESTDIR)/etc/cron.d/live-helper.cgi
rm -f $(DESTDIR)/etc/default/live-helper.cgi
rm -f $(DESTDIR)/etc/logrotate.d/live-helper.cgi
reinstall: uninstall install