summarylogtreecommitdiffstats
path: root/wizorb.sh
diff options
context:
space:
mode:
authorKevin MacMartin2015-07-06 19:05:07 -0400
committerKevin MacMartin2015-07-06 19:05:07 -0400
commit60ccaee62927f2c63f1aee6f65e3026a365d512c (patch)
tree2e03d4f2d8a41a520101335c32a7a79205596688 /wizorb.sh
parent5852757410d7fda96a54ea0f525738d82cf188ff (diff)
downloadaur-60ccaee62927f2c63f1aee6f65e3026a365d512c.tar.gz
Remove wizorb.sh, update the SRCINFO file and prepend hib:// to the installer so mkaurball doesn't complain
Diffstat (limited to 'wizorb.sh')
-rw-r--r--wizorb.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/wizorb.sh b/wizorb.sh
deleted file mode 100644
index 5ace120fa978..000000000000
--- a/wizorb.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-
-confdir="$HOME/.Tribute Games"
-
-[[ -d "$confdir" ]] || install -d "$confdir"
-[[ -h "$HOME/Tribute Games" ]] || ln -s "$confdir" "$HOME/Tribute Games"
-
-cd /opt/wizorb
-mono Wizorb.exe
-rm "$HOME/Tribute Games"
-