apt: remove broken symlinks
Since we are removing "mirror" method, symlinks mirror+copy, mirror+file, mirror+ftp and similar should be removed too.
This commit is contained in:
parent
98915ca948
commit
a40783aad4
@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager"
|
|||||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||||
TERMUX_PKG_MAINTAINER="@termux"
|
TERMUX_PKG_MAINTAINER="@termux"
|
||||||
TERMUX_PKG_VERSION=2.3.6
|
TERMUX_PKG_VERSION=2.3.6
|
||||||
|
TERMUX_PKG_REVISION=1
|
||||||
TERMUX_PKG_SRCURL=http://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz
|
TERMUX_PKG_SRCURL=http://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz
|
||||||
TERMUX_PKG_SHA256=85496d2febbe7c6b1c7f4202fca3914ab9e772e382ba65b72b5a1a25e3c78b7b
|
TERMUX_PKG_SHA256=85496d2febbe7c6b1c7f4202fca3914ab9e772e382ba65b72b5a1a25e3c78b7b
|
||||||
# apt-key requires utilities from coreutils, findutils, gpgv, grep, sed.
|
# apt-key requires utilities from coreutils, findutils, gpgv, grep, sed.
|
||||||
@ -40,7 +41,7 @@ bin/apt-extracttemplates
|
|||||||
bin/apt-sortpkgs
|
bin/apt-sortpkgs
|
||||||
etc/apt/apt.conf.d
|
etc/apt/apt.conf.d
|
||||||
lib/apt/methods/cdrom
|
lib/apt/methods/cdrom
|
||||||
lib/apt/methods/mirror
|
lib/apt/methods/mirror*
|
||||||
lib/apt/methods/rred
|
lib/apt/methods/rred
|
||||||
lib/apt/planners/
|
lib/apt/planners/
|
||||||
lib/apt/solvers/
|
lib/apt/solvers/
|
||||||
|
Loading…
Reference in New Issue
Block a user