diff --git a/Makefile b/Makefile index cb46b30..ecf5008 100755 --- a/Makefile +++ b/Makefile @@ -33,8 +33,6 @@ install: install -Dm 0644 init/systemd/${TARGET}-clean.timer ${DESTDIR}${SYSDDIR}/${TARGET}-clean.timer install -Dm 0644 init/systemd/${TARGET}-clean.service ${DESTDIR}${SYSDDIR}/${TARGET}-clean.service - install -Dm 0644 build/dwelling-upload.conf ${DESTDIR}usr/lib/sysusers.d/dwelling-upload.conf - uninstall: rm ${DESTDIR}usr/bin/${TARGET} rm ${DESTDIR}usr/bin/${TARGET}-clean @@ -45,8 +43,6 @@ uninstall: rm ${DESTDIR}${SYSDDIR}/${TARGET}-clean.timer rm ${DESTDIR}${SYSDDIR}/${TARGET}-clean.service - rm ${DESTDIR}usr/lib/sysusers.d/dwelling-upload.conf - clean: rm -f web/*.jade.go go clean