#!/bin/sh

#set +C # turn off noclobber

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

#DEBHELPER#
