X-Git-Url: https://git.jacobcasper.com/?p=sockgit.git;a=blobdiff_plain;f=Makefile;h=6bea3fa3d6a537c44f73f0c93d77ea9447f2e7c8;hp=8df3e74277f98abf9c018b598a7a14a707481828;hb=HEAD;hpb=9b0fcc1e91276dd2722f2061c88201df16505ea5 diff --git a/Makefile b/Makefile index 8df3e74..6bea3fa 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,9 @@ .PHONY: install uninstall install: - mkdir -p /usr/share/sockgit/templates && cp -r templates/* /usr/share/sockgit/templates/ cp sockgit-listen* /etc/systemd/system/ ln -s $(shell pwd)/sockgit.sh /usr/bin/sockgit uninstall: - rm -f /etc/systemd/system/sockgit-listen* - rm -rf /usr/share/sockgit + rm -f /etc/systemd/system/sockgit-listen.socket + rm -f /etc/systemd/system/sockgit-listen@.service rm -f /usr/bin/sockgit