Browse Source

command-not-found: Update list

android-5
Fredrik Fornwall 9 years ago
parent
commit
76d07cde16
  1. 2
      packages/command-not-found/build.sh
  2. 9
      packages/command-not-found/commands.h

2
packages/command-not-found/build.sh

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://termux.com TERMUX_PKG_HOMEPAGE=http://termux.com
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions" TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
TERMUX_PKG_VERSION=0.6 TERMUX_PKG_VERSION=0.7
termux_step_make_install () { termux_step_make_install () {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

9
packages/command-not-found/commands.h

@ -257,11 +257,6 @@ char const* const commands[] = {
" dpkg-query", " dpkg-query",
" dpkg-split", " dpkg-split",
" dpkg-trigger", " dpkg-trigger",
"droidlines",
" android-notifier",
" aterm-fix-shebang",
" open",
" send-text",
"dropbear", "dropbear",
" dbclient", " dbclient",
" dropbear", " dropbear",
@ -405,6 +400,8 @@ char const* const commands[] = {
" srptool", " srptool",
"gpgme", "gpgme",
" gpgme-tool", " gpgme-tool",
"graphicsmagick",
" gm",
"greed", "greed",
" greed", " greed",
"grep", "grep",
@ -1204,8 +1201,10 @@ char const* const commands[] = {
" termux-location", " termux-location",
" termux-notification", " termux-notification",
" termux-send-text", " termux-send-text",
" termux-share",
" termux-sms-inbox", " termux-sms-inbox",
" termux-sms-send", " termux-sms-send",
" termux-toast",
" termux-tts-engines", " termux-tts-engines",
" termux-tts-speak", " termux-tts-speak",
" termux-vibrate", " termux-vibrate",

Loading…
Cancel
Save