#!/bin/sh -e COMPAT="qcv.compat" if [ "$1" = "reconfigure" ] || [ "$DEBCONF_RECONFIGURE" ]; then echo "0" > "/var/lib/aspell/$COMPAT" fi #DEBHELPER#