wok view rubyripper/stuff/rubyripper @ rev 8798

Fix droid-font tarball download
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 23 00:15:11 2011 +0100 (2011-02-23)
parents
children
line source
1 #!/bin/sh
2 # Rubyripper launcher
3 # (C) 2007-2010 SliTaz - GNU General Public License v3.
5 RUBY_GTK2_PC=$(/usr/bin/pkg-config --exists ruby-gtk2)
6 if [ $RUBY_GTK2_PC ]; then
7 /usr/bin/rrip_gui
8 else
9 /usr/bin/xterm -T "Rubyripper CLI" -e /usr/bin/rrip_cli
10 fi