#!/bin/sh -fu

. install2-init-functions

perm=`grep grp $destdir/etc/X11/xinit/Xkbmap | cut -d' ' -f2 | cut -d, -f1`

sed -i "s/\(toggle_option=\).*/\1$perm/"  $destdir/etc/skel/.config/xfce4/panel/xkb-plugin-12433233132.rc


