updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / guitar-pro / gp-launcher.sh
blob169b380d33f01b4f34765674e73d2f5a30ef4d1f
1 #!/bin/sh
2 cd /opt/GuitarPro6
3 if [ -e ./libz.so.1 ] ; then
4 gksu -m "WARNING: A local library that is known to cause issue with Guitar Pro 6 has been detected. You will need to put in the administrative password to remove and fix this library, or Guitar Pro may refuse to run. Select cancel to skip this." "rm -f /opt/GuitarPro6/libz.so.1"
5 fi
6 ./GuitarPro "$*"