From 5365f8fa8d6ebfbf3ba92816abe55a99feff6f25 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 22 Jul 2026 09:09:18 -0400 Subject: clean up --- snag/run_pkg_install.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 snag/run_pkg_install.sh (limited to 'snag/run_pkg_install.sh') diff --git a/snag/run_pkg_install.sh b/snag/run_pkg_install.sh deleted file mode 100755 index d48d831..0000000 --- a/snag/run_pkg_install.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# reads a package description script and runs the configure, build, and install -# steps. intended only for use by snag program -if [ -z "$1" ]; then - echo "Usage: $0 " >&2 - exit 1 -fi - -# load the description script -. $1 - -# run all install steps for package -configure -build -install -- cgit v1.2.3