#!/bin/bash -e # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. # Automatically added by dh_installemacsen/13.14.1 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common -a -x /usr/lib/emacsen-common/emacs-package-install ] ; then /usr/lib/emacsen-common/emacs-package-install --postinst crypt++el fi fi # End automatically added section exit 0 ### Local Variables: ### mode: shell-script ### End: