apt: remove trusted.gpg

Keep all keys separately in trusted.gpg.d/ instead.  trusted.gpg
contains only Fornwalls key, which is not used any more.
This commit is contained in:
Henrik Grimler 2022-04-21 21:21:39 +02:00
parent 5b46eadf36
commit 6a8c79d517
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_CONFFILES="
etc/apt/sources.list
etc/apt/trusted.gpg
"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
@ -77,7 +76,6 @@ termux_step_post_make_install() {
echo "# The main termux repository:"
echo "# deb https://packages.termux.org/apt/termux-main/ stable main"
} > $TERMUX_PREFIX/etc/apt/sources.list
cp $TERMUX_PKG_BUILDER_DIR/trusted.gpg $TERMUX_PREFIX/etc/apt/
# apt-transport-tor
ln -sfr $TERMUX_PREFIX/lib/apt/methods/http $TERMUX_PREFIX/lib/apt/methods/tor

Binary file not shown.