#!/bin/sh
set -e

if dpkg-maintscript-helper supports rm_conffile; then
    dpkg-maintscript-helper rm_conffile \
      /etc/emacs21/site-start.d/90aspell-bg.el 3.0-10 aspell-bg -- "$@"
fi



exit 0
