|
|
|
@ -14,3 +14,11 @@ install:
|
|
|
|
|
|
|
|
|
|
cp vm-routes-creation.service $(DESTDIR)/etc/systemd/system/
|
|
|
|
|
cp vm-routes-creation.logrotate $(DESTDIR)/etc/logrotate.d/vm-routes-creation.conf
|
|
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
rm -r $(DESTDIR)$(prefix)/sbin/creationRoutesVM
|
|
|
|
|
rm -r $(DESTDIR)$(prefix)/sbin/inotify-triggered-vm-route-creation.sh
|
|
|
|
|
rm -r $(DESTDIR)$(prefix)/sbin/send-icmp.py
|
|
|
|
|
rm -r $(DESTDIR)$(prefix)/etc/proxmox-routing/
|
|
|
|
|
rm -r $(DESTDIR)/etc/systemd/system/vm-routes-creation.service
|
|
|
|
|
rm -r $(DESTDIR)/etc/logrotate.d/vm-routes-creation.conf
|
|
|
|
|