Uninstall the actually installed config file.

This commit is contained in:
Roger A. Light 2018-04-16 22:24:26 +01:00
parent 57ee8b92bc
commit a29ee5db23

View File

@ -55,7 +55,7 @@ endif
uninstall :
set -e; for d in ${DIRS}; do $(MAKE) -C $${d} uninstall; done
rm -f "${DESTDIR}/etc/mosquitto/mosquitto.conf"
rm -f "${DESTDIR}/etc/mosquitto/mosquitto.conf.example"
rm -f "${DESTDIR}/etc/mosquitto/aclfile.example"
rm -f "${DESTDIR}/etc/mosquitto/pwfile.example"
rm -f "${DESTDIR}/etc/mosquitto/pskfile.example"