From e9e577094a9d9a1242fd3e50dc48042c3c9fcbf0 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 18 Apr 2010 04:12:02 +0200
Subject: Updating uninstall and reinstall targets in cgi/Makefile.

---
 cgi/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/cgi/Makefile b/cgi/Makefile
index 555f844..f3ee40f 100644
--- a/cgi/Makefile
+++ b/cgi/Makefile
@@ -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
-
-- 
cgit v1.0