Retrieve the keyring, and check its updates are valid

This commit is contained in:
Laurent Bachelier 2012-01-30 00:03:14 +01:00
commit f3d962b19a
2 changed files with 137 additions and 16 deletions

View file

@ -35,7 +35,7 @@ fi
STATUS=$?
# safe removal
rm -r "${WEBOOB_TMPDIR}/icons" "${WEBOOB_TMPDIR}/repositories" "${WEBOOB_TMPDIR}/modules"
rm -r "${WEBOOB_TMPDIR}/icons" "${WEBOOB_TMPDIR}/repositories" "${WEBOOB_TMPDIR}/modules" "${WEBOOB_TMPDIR}/keyrings"
rm "${WEBOOB_TMPDIR}/backends" "${WEBOOB_TMPDIR}/sources.list"
rmdir "${WEBOOB_TMPDIR}"