r643 - packages/supertuxkart/trunk/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Sun May 7 22:02:35 UTC 2006


Author: goneri-guest
Date: 2006-05-07 22:02:34 +0000 (Sun, 07 May 2006)
New Revision: 643

Added:
   packages/supertuxkart/trunk/debian/supertuxkart.sh
Log:
warpper script


Added: packages/supertuxkart/trunk/debian/supertuxkart.sh
===================================================================
--- packages/supertuxkart/trunk/debian/supertuxkart.sh	2006-05-07 22:00:28 UTC (rev 642)
+++ packages/supertuxkart/trunk/debian/supertuxkart.sh	2006-05-07 22:02:34 UTC (rev 643)
@@ -0,0 +1,29 @@
+#!/bin/sh
+#
+#  Wrapper script for supertuxkart 
+#
+#  This file is part of supertuxkart Debian package.
+#
+#  Copyright (C) 2006 Gonéri Le Bouder
+#
+#  Author: Gonéri Le Bouder <goneri at rulezlan.org>
+#
+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
+#
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+
+DATADIR=/usr/share/games/supertuxkart/
+
+cd $DATADIR
+exec  /usr/lib/supertuxkart/supertuxkart.bin $*


Property changes on: packages/supertuxkart/trunk/debian/supertuxkart.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list