mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-23 08:33:48 +08:00
Uninstall the actually installed config file.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user