#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
  if [ -x /usr/sbin/update-openoffice-dicts ]; then
	update-openoffice-dicts
  fi
fi

#DEBHELPER#

exit 0
