1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 08:37:07 +00:00

termux-tools: pkg: add info as show alias (#6498)

This commit is contained in:
Dario Vladović 2021-03-10 06:48:07 +01:00 committed by GitHub
parent 28a7fcd2fe
commit ac2ec670dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://termux.com/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.112
TERMUX_PKG_VERSION=0.113
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -140,6 +140,7 @@ shift 1
case "$CMD" in
f*) dpkg -L "$@";;
h*) show_help;;
sh*|inf*) apt show "$@";;
add|i*)
select_mirror
update_apt_cache
@ -155,7 +156,6 @@ case "$CMD" in
update_apt_cache
apt search "$@"
;;
sh*) apt show "$@";;
un*|rem*|rm|del*) apt remove "$@";;
up*)
select_mirror