#!/bin/sh

set -e
set -x

# The emacsen-common package is a special case; we can't call
# emacs-package-install from here since the new version hasn't been
# unpacked yet, so just do the important bit that it would have done.
if test -d  /var/lib/emacsen-common/package/installed
then
  rm -f /var/lib/emacsen-common/package/installed/emacsen-common
fi


