Browse Source

apt: restores apt-mark binary (#1980)

It is useful to find out only the packages you have installed manually vs dpkg --get-selections
android-5
JJRcop 7 years ago
committed by Fredrik Fornwall
parent
commit
5ee075a5b3
  1. 1
      disabled-packages/apt-updated/build.sh
  2. 1
      packages/apt/build.sh

1
disabled-packages/apt-updated/build.sh

@ -19,7 +19,6 @@ TERMUX_PKG_REPLACES=apt-transport-https
TERMUX_PKG_RM_AFTER_INSTALL=" TERMUX_PKG_RM_AFTER_INSTALL="
bin/apt-cdrom bin/apt-cdrom
bin/apt-extracttemplates bin/apt-extracttemplates
bin/apt-mark
bin/apt-sortpkgs bin/apt-sortpkgs
etc/apt/apt.conf.d etc/apt/apt.conf.d
lib/apt/apt-helper lib/apt/apt-helper

1
packages/apt/build.sh

@ -19,7 +19,6 @@ TERMUX_PKG_REPLACES=apt-transport-https
TERMUX_PKG_RM_AFTER_INSTALL=" TERMUX_PKG_RM_AFTER_INSTALL="
bin/apt-cdrom bin/apt-cdrom
bin/apt-extracttemplates bin/apt-extracttemplates
bin/apt-mark
bin/apt-sortpkgs bin/apt-sortpkgs
etc/apt/apt.conf.d etc/apt/apt.conf.d
lib/apt/apt-helper lib/apt/apt-helper

Loading…
Cancel
Save