diff --git a/RUN b/RUN deleted file mode 100755 index ac90742..0000000 --- a/RUN +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -./localinstall -./xlivebg $* diff --git a/localinstall b/localinstall deleted file mode 100755 index a139d89..0000000 --- a/localinstall +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -MAKE=make - -if [ "`uname -s | sed 's/IRIX.*/IRIX/'`" = IRIX ]; then - MAKE=gmake -fi -if [ "`uname -s | sed 's/*BSD/BSD/'`" = BSD ]; then - MAKE=gmake -fi - - -mkdir -p ~/.local/lib/xlivebg -$MAKE PREFIX=~/.local install-plugins