diff --git a/u2u/clinux-install.sh b/u2u/clinux-install.sh new file mode 100755 index 0000000..975ad68 --- /dev/null +++ b/u2u/clinux-install.sh @@ -0,0 +1,18 @@ +#!/bin/sh +# +# Nico Schottelius +# Date: 29-Sep-2005 +# Last Modified: - +# + +[ $# -eq 1 ] || exit 23 + +PACKAGE=$1; shift +PREFIX=/usr/packages/$PACKAGE + +# Search package, if multiple exists, ask for full name +# Search links +# Remove links +# Remove package + +./configure --prefix=$PREfIX $@ && make