#!/bin/sh -e
# check syntax of browser start script
echo "Syntax check of installed shell script: im-config"
/bin/dash -n /usr/bin/im-config
echo "Syntax check of installed shell script: im-launch"
/bin/dash -n /usr/bin/im-launch
