updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / desura / desura.sh
blob6cff9b39e233d7ab785a7539b61b6cc840f43032
1 #!/bin/bash
2 export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH
4 if [[ ! -f "/opt/desura/desura" ]]; then
5 /opt/desura/bin/desura
6 else
7 /opt/desura/desura
8 fi