From 1013479641b67ecf2daa8d0067c17aa02581ba2e Mon Sep 17 00:00:00 2001 From: merakor Date: Mon, 5 Oct 2020 18:01:43 +0000 Subject: cpt-fetch: remove tool FossilOrigin-Name: f646b85e6dd8edcdb8afee546215b371ecd8d1733a0d0122c716171e6c1988ec --- man/cpt-fetch.1 | 11 ----------- src/cpt | 1 - src/cpt-fetch | 11 ----------- 3 files changed, 23 deletions(-) delete mode 100644 man/cpt-fetch.1 delete mode 100755 src/cpt-fetch diff --git a/man/cpt-fetch.1 b/man/cpt-fetch.1 deleted file mode 100644 index b3336b5..0000000 --- a/man/cpt-fetch.1 +++ /dev/null @@ -1,11 +0,0 @@ -.TH "cpt-fetch" "1" "2020-07-24" "CARBS LINUX" "General Commands Manual" -.SH NAME -cpt-fetch - -.SH DESCRIPTION -cpt-fetch fetches the repositories stored under the \fI$CPT_PATH\fR variable. - -.SH LICENSE -See LICENSE for copyright information. -.SH SEE ALSO -cpt(1) diff --git a/src/cpt b/src/cpt index aa6b9ea..ce4c70f 100755 --- a/src/cpt +++ b/src/cpt @@ -32,7 +32,6 @@ case "$arg" in b|build) arg=build ;; c|checksum) arg=checksum ;; d|download) arg=download ;; - f|fetch) arg=fetch ;; i|install) arg=install ;; l|list) arg=list ;; r|remove) arg=remove ;; diff --git a/src/cpt-fetch b/src/cpt-fetch deleted file mode 100755 index d75edd5..0000000 --- a/src/cpt-fetch +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -ef -# Fetch repositories - -if [ -f ./cpt-lib ]; then . ./cpt-lib; else . cpt-lib; fi - -case "$1" in - --help|-h) out "usage: ${0##*/}"; exit 1 ;; - --version|-v) version ;; -esac - -pkg_fetch -- cgit v1.2.3