[maemo-commits] [maemo-commits] r17504 - in projects/haf/trunk/osso-app-killer: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Feb 24 13:27:26 EET 2009
Author: schulhof
Date: 2009-02-24 13:27:20 +0200 (Tue, 24 Feb 2009)
New Revision: 17504

Modified:
   projects/haf/trunk/osso-app-killer/debian/changelog
   projects/haf/trunk/osso-app-killer/src/osso-app-killer-common.sh
Log:
Bah

Modified: projects/haf/trunk/osso-app-killer/debian/changelog
===================================================================
--- projects/haf/trunk/osso-app-killer/debian/changelog	2009-02-24 11:24:40 UTC (rev 17503)
+++ projects/haf/trunk/osso-app-killer/debian/changelog	2009-02-24 11:27:20 UTC (rev 17504)
@@ -1,3 +1,9 @@
+osso-app-killer (1.26-1unreleased) unstable; urgency=low
+
+  * Removed locale stuff
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Tue, 24 Feb 2009 13:23:13 +0200
+
 osso-app-killer (1.25-1) unstable; urgency=low
 
   * SUW code is unnecessary. It should be done by SUW cud script.

Modified: projects/haf/trunk/osso-app-killer/src/osso-app-killer-common.sh
===================================================================
--- projects/haf/trunk/osso-app-killer/src/osso-app-killer-common.sh	2009-02-24 11:24:40 UTC (rev 17503)
+++ projects/haf/trunk/osso-app-killer/src/osso-app-killer-common.sh	2009-02-24 11:27:20 UTC (rev 17504)
@@ -22,15 +22,15 @@
 # 02110-1301 USA
 
 DIR=/etc/osso-af-init
-DEFAULT_LOCALE_DIR=/usr/share/osso-af-init
+# DEFAULT_LOCALE_DIR=/usr/share/osso-af-init
 
-if [ "x$CUD" != "x" ]; then
-  # restore the original language
-  cat $DEFAULT_LOCALE_DIR/locale.orig > $DIR/locale
-  if test $(id -u) -eq 0; then
-    chown user:users $DIR/locale
-  fi
-fi
+# if [ "x$CUD" != "x" ]; then
+#   # restore the original language
+#   cat $DEFAULT_LOCALE_DIR/locale.orig > $DIR/locale
+#   if test $(id -u) -eq 0; then
+#     chown user:users $DIR/locale
+#   fi
+# fi
 
 if ! dbus-send --system --type=method_call --dest="com.nokia.mce"  --print-reply "/com/nokia/mce/request"  com.nokia.mce.request.req_reboot; then
      dbus-send --system --type=method_call --dest="com.nokia.dsme" --print-reply "/com/nokia/dsme/request" com.nokia.dsme.request.req_reboot


More information about the maemo-commits mailing list