Codebase list mozc / bd9e627 debian / emacs-mozc.postinst
bd9e627

Tree @bd9e627 (Download .tar.gz)

emacs-mozc.postinst @bd9e627raw · history · blame

#!/bin/sh
set -e
if [ ! -e /var/lib/emacsen-common/state/package/installed/emacsen-common ]; then
    # Fallback to emacsen-common 1.x
    if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ]; then
    /usr/lib/emacsen-common/emacs-package-install emacs-mozc
    fi
else
#DEBHELPER#
fi