Makefile: Add i2p to list of apps to remove

Tests:

- Run 'make build install' and notice that the file
/usr/share/freedombox/modules-enabled/i2p has been removed from the system if
present.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2024-12-21 11:56:52 -08:00
parent 4faa49d422
commit 83acf5cb64
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -19,7 +19,8 @@ DISABLED_APPS_TO_REMOVE := \
restore \
repro \
tahoe \
mldonkey
mldonkey \
i2p
APP_FILES_TO_REMOVE := $(foreach app,$(DISABLED_APPS_TO_REMOVE),$(ENABLED_APPS_PATH)/$(app))