Add uninstall and reinstall for l-h.cgi Makefile.
This commit is contained in:
parent
7b43a640ed
commit
b34a4476f0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue