#!/bin/sh

if [ "${LOCALE_SET_BY_SUW}" = "yes" ] ;
then
  kill -15 `pidof maemo-xinput-sounds`
  sleep 2
  . /etc/X11/Xsession.d/01maemo-xinput-sounds
fi

