1
0

In a Makefile added a rm liquidsoap service statement in an uninstall target.

This commit is contained in:
Alexander Andreev 2023-07-22 22:58:17 +04:00
parent 64d2347eef
commit 46b78b4667
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -42,6 +42,7 @@ uninstall:
rm ${DESTDIR}/etc/logrotate.d/${TARGET}
rm ${DESTDIR}${SYSDDIR}/${TARGET}.service
rm ${DESTDIR}${SYSDDIR}/${TARGET}-liquidsoap.service
clean:
rm -f web/*.jade.go