mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
Remove DATA_DIR, KEY_DIR, CONF_PATH and SYSTEMD_SERVICE_PATH during the uninstall process. I manually ran apt-get --purge autoremove infinoted and these files did not get deleted. Tests: 1. Compare the output of tree -ra /etc/infinoted/ /etc/infinoted/ before and after reinstalling the app: all the files get reinstalled properly 2. Functional tests: passed Signed-off-by: nbenedek <contact@nbenedek.me> [sunil: Update docstrings] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>