From 1deb9398fa1d646995348bd92406580627dbaed7 Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 24 Jul 2020 10:39:31 +0000 Subject: cpt-which: remove as it is no longer necessary FossilOrigin-Name: 116d484c86ba7915a779c84c239bd3f58808ef0fc6e1d1a0bf9ace164c96c92a --- contrib/cpt-which | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 contrib/cpt-which (limited to 'contrib/cpt-which') diff --git a/contrib/cpt-which b/contrib/cpt-which deleted file mode 100755 index 1364e04..0000000 --- a/contrib/cpt-which +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e -# Locate the first instance of a KISS package - -case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]" ; exit 0; esac - -{ kiss s "$1" || exit 1 ;} | - sed 1q -- cgit v1.2.3