#!/bin/bash
# Load gparted live functions
. /usr/bin/gl-functions

[ -e /etc/gparted-live/gparted-live.conf ] && . /etc/gparted-live/gparted-live.conf

if [ -z "$gl_kbd" ]; then
  dpkg-reconfigure console-data
else
  install-keymap ${gl_kbd}
fi
