[Debian-hebrew-package] [svn] r136 - cdd/trunk/profiles

Baruch Even baruch at costa.debian.org
Wed Aug 3 13:26:05 UTC 2005


Author: baruch
Date: Wed Aug  3 13:26:05 2005
New Revision: 136

Modified:
   cdd/trunk/profiles/default.postinst
Log:
cdd: use the hebrew-settings script
This will also set the X11 keyboard correctly.


Modified: cdd/trunk/profiles/default.postinst
==============================================================================
--- cdd/trunk/profiles/default.postinst	(original)
+++ cdd/trunk/profiles/default.postinst	Wed Aug  3 13:26:05 2005
@@ -1,23 +1,3 @@
 #!/bin/sh
 
-# reconfigure locales
-echo "Reconfigure the locales package..."
-if [ -e /var/lib/dpkg/info/locales.postinst ]; then
-        debconf-set-selections << __END__
-
-        # locales preseed
-        locales locales/default_environment_locale string he_IL.UTF-8
-        locales locales/locales_to_be_generated multiselect he_IL.UTF-8 UTF-8,en_US.UTF-8 UTF-8, ru_RU.UTF-8 UTF-8, fr_FR.UTF-8 UTF-8, es_MX.UTF-8 UTF-8, ar_JO.UTF-8 UTF-8
-__END__
-
-        # FIXME: for some reason the postinst scripts work better from this dir,
-        # this is why I copy and delete them :(.
-        cp /var/lib/dpkg/info/locales.postinst /tmp/locales.postinst.$$
-        sh /tmp/locales.postinst.$$ configure
-        rm /tmp/locales.postinst.$$
-
-        echo "Done."
-else
-        echo "Not installed."
-fi
-
+/usr/bin/hebrew-settings



More information about the Debian-hebrew-package mailing list