r2403 - packages/trunk/teg/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Feb 13 15:05:52 CET 2007


Author: goneri-guest
Date: 2007-02-13 15:05:51 +0100 (Tue, 13 Feb 2007)
New Revision: 2403

Removed:
   packages/trunk/teg/debian/tegclient.sh
Modified:
   packages/trunk/teg/debian/changelog
Log:
remove tegclient.sh to do just i18n changes in this release


Modified: packages/trunk/teg/debian/changelog
===================================================================
--- packages/trunk/teg/debian/changelog	2007-02-13 11:26:24 UTC (rev 2402)
+++ packages/trunk/teg/debian/changelog	2007-02-13 14:05:51 UTC (rev 2403)
@@ -6,7 +6,6 @@
   Carlos Galisteo (Closes: #405608)
    - fr.po-kibi.diff: French PO file corrections by Cyril Brulebois
    (Closes: #406434)
-  * add tegclient.sh to check theme setting to avoid crash (Closes: #281164)
   * fix documentation browsing: The Gnome help browser can't read SGML file
     so Teg documentation needs to be convert to XML (Closes: #406343)
    - recommends yelp, the Gnome help browser

Deleted: packages/trunk/teg/debian/tegclient.sh
===================================================================
--- packages/trunk/teg/debian/tegclient.sh	2007-02-13 11:26:24 UTC (rev 2402)
+++ packages/trunk/teg/debian/tegclient.sh	2007-02-13 14:05:51 UTC (rev 2403)
@@ -1,21 +0,0 @@
-#!/bin/sh
-# Gonéri Le Bouder <goneri at rulezlan.org>
-# See http://bugs.debian.org/281164
-
-DEFAULT=""m2
-THEME=`gconftool-2 --get /apps/teg/theme`
-
-if [ "$THEME" = "" ]; then
-	NEEDTOFIX=1
-fi
-
-if [ "`ls /usr/share/games/teg/pixmaps/teg_pix/themes|grep "$THEME"`" = "" ]; then
-	NEEDTOFIX=1
-fi
-
-if [ "$NEEDTOFIX" = "1" ]; then
-	echo "fixing default theme"
-	gconftool-2 --type string --set /apps/teg/theme $DEFAULT 
-fi
-
-exec /usr/lib/teg/tegclient




More information about the Pkg-games-commits mailing list