[SCM] live-helper branch, debian-next, updated. debian/2.0_a10-1-5-gb34a447

Richard Nelson unixabg at gmail.com
Sun Apr 18 00:26:36 UTC 2010


The following commit has been merged in the debian-next branch:
commit b34a4476f0f452189c579a215285e9b65a4e8499
Author: Richard Nelson <unixabg at gmail.com>
Date:   Sat Apr 17 19:17:41 2010 -0500

    Add uninstall and reinstall for l-h.cgi Makefile.

diff --git a/cgi/Makefile b/cgi/Makefile
index 2bd7477..555f844 100644
--- a/cgi/Makefile
+++ b/cgi/Makefile
@@ -9,3 +9,12 @@ install:
 	install -d -m 0755 $(DESTDIR)/var/log
 	touch $(DESTDIR)/var/log/live
 	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
+
+reinstall: uninstall install
+

-- 
live-helper



More information about the debian-live-changes mailing list