summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/update.sh b/update.sh
deleted file mode 100755
index 37d4a02..0000000
--- a/update.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# Make some coffee and read https://code.launchpad.net/bugs/951197
-
-VENV=.update-venv
-
-[ -d $VENV ] || virtualenv -q --no-site-packages $VENV
-
-. $VENV/bin/activate
-
-python setup.py install
-
-python update.py $*