1
0
Fork 0

Removed sysusers.d/dwelling-upload.conf from Makefile.

This commit is contained in:
Alexander Andreev 2023-08-06 06:36:20 +04:00
parent 34c31448bb
commit 3f16c3e799
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 0 additions and 4 deletions

View File

@ -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