Codebase list mozc / 5680cd0 debian / emacs-mozc.postinst
5680cd0

Tree @5680cd0 (Download .tar.gz)

emacs-mozc.postinst @5680cd0raw · 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