Fix repos being created with target machine as remote name
[sockgit.git] / Makefile
index 8df3e74..6bea3fa 100644 (file)
--- 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