[Debian-hebrew-package] [svn] r543 - pkg/user-he/trunk/scripts

Lior Kaplan kaplan at alioth.debian.org
Fri Apr 13 21:09:24 UTC 2007


Author: kaplan
Date: Fri Apr 13 21:09:23 2007
New Revision: 543

Modified:
   pkg/user-he/trunk/scripts/hebrew-settings
Log:
Remove the xfree86 stuff, as the X transition was finished with Etch's release.


Modified: pkg/user-he/trunk/scripts/hebrew-settings
==============================================================================
--- pkg/user-he/trunk/scripts/hebrew-settings	(original)
+++ pkg/user-he/trunk/scripts/hebrew-settings	Fri Apr 13 21:09:23 2007
@@ -112,30 +112,6 @@
 fi
 
 # reconfigure lxserver-xfree86
-echo "Reconfigure xfree86 X server..."
-if [ -e /var/lib/dpkg/info/xserver-xfree86.postinst ]; then
-	debconf-set-selections << __END__
-
-	# xserver-xfree86 preseed
-	xserver-xfree86 xserver-xfree86/config/inputdevice/keyboard/layout string us,il
-	xserver-xfree86 xserver-xfree86/config/inputdevice/keyboard/options string grp:switch,grp:alt_shift_toggle,grp_led:scroll
-
-__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/xserver-xfree86.postinst ./xserver-xfree86.postinst.$$
-	sh ./xserver-xfree86.postinst.$$ configure
-	rm ./xserver-xfree86.postinst.$$
-
-	# Set keyboard for current session
-	setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll -layout us,il
-	echo "Done."
-else
-	echo "Not installed."
-fi
-
-# reconfigure lxserver-xfree86
 echo "Reconfigure xorg X server..."
 if [ -e /var/lib/dpkg/info/xserver-xorg.postinst ]; then
 	debconf-set-selections << __END__



More information about the Debian-hebrew-package mailing list