[maemo-commits] [maemo-commits] r15670 - in projects/haf/trunk/osso-af-startup: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jun 23 12:34:21 EEST 2008
Author: schulhof
Date: 2008-06-23 12:34:17 +0300 (Mon, 23 Jun 2008)
New Revision: 15670

Removed:
   projects/haf/trunk/osso-af-startup/locale
Modified:
   projects/haf/trunk/osso-af-startup/debian/postinst
Log:
Final changes

Modified: projects/haf/trunk/osso-af-startup/debian/postinst
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/postinst	2008-06-20 09:26:10 UTC (rev 15669)
+++ projects/haf/trunk/osso-af-startup/debian/postinst	2008-06-23 09:34:17 UTC (rev 15670)
@@ -15,7 +15,7 @@
 ln -s /var/lib/gconf /etc/osso-af-init/gconf-dir
 
 if test -f $LOCALE_TMP_FILE; then
-  if ! test -f /usr/share/osso-af-init/locale.orig
+  if ! test -f /usr/share/osso-af-init/locale.orig; then
     cp -f $LOCALE_TMP_FILE /usr/share/osso-af-init/locale.orig
   fi
 

Deleted: projects/haf/trunk/osso-af-startup/locale
===================================================================
--- projects/haf/trunk/osso-af-startup/locale	2008-06-20 09:26:10 UTC (rev 15669)
+++ projects/haf/trunk/osso-af-startup/locale	2008-06-23 09:34:17 UTC (rev 15670)
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-if [ -f /usr/share/osso-af-init/locale ]; then
-  source /usr/share/osso-af-init/locale
-else
-  unset LC_ALL
-  unset LANGUAGE
-  export LANG=en_GB
-  export LC_MESSAGES=en_GB
-fi


More information about the maemo-commits mailing list