From fd78bbc2ba54cad2ae26019669c74a2c05464c9f Mon Sep 17 00:00:00 2001 From: resdb Date: Sat, 22 Oct 2011 14:43:31 -0500 Subject: removed splice3 and added splicex --- contrib/splice3/setup-deb | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100755 contrib/splice3/setup-deb (limited to 'contrib/splice3/setup-deb') diff --git a/contrib/splice3/setup-deb b/contrib/splice3/setup-deb deleted file mode 100755 index bf8dd01..0000000 --- a/contrib/splice3/setup-deb +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -echo 'checking for man' -if which man >/dev/null; then - : -else - echo 'man not found. Quiting... :-(' - exit 1 -fi - -echo 'checking for dpkg' -if which dpkg >/dev/null; then - : -else - echo 'dpkg not found. Quiting... :-(' - exit 1 -fi - -echo 'checking for python2.7' -CheckPython=`dpkg --get-selections python2.7` -if [[ $CheckPython == *deinstall* ]]; then - echo 'python2.7 not found. Quiting... :-(' - exit 1 -elif [[ $CheckPython == '' ]]; then - echo 'python2.7 not found. Quiting... :-(' - exit 1 -else - : -fi - -echo 'configuring path to python2.7' -PYPATH=`which python2.7` -sed -e s^PYTHON^"$PYPATH"^g LINUX/splice3.py >LINUX/splice3.cp -sed -e s^PYTHON^"$PYPATH"^g LINUX/splice3-deshadow.py >LINUX/splice3-deshadow.cp -- cgit v1.2.3