#!/bin/sh set -e if [ "$1" = "remove" ]; then if [ -x /usr/sbin/update-openoffice-dicts ]; then update-openoffice-dicts fi fi exit 0