#!/bin/sh

#set +C # turn off noclobber

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

#DEBHELPER#
