#! /bin/sh if [ "$1" = configure ]; then if [ -d /usr/doc -a ! -e /usr/doc/dpkg-dev -a -d /usr/share/doc/dpkg-dev ] ; then ln -s ../share/doc/dpkg-dev /usr/doc/dpkg-dev fi if [ -x /usr/lib/emacsen-common/emacs-package-install ]; then /usr/lib/emacsen-common/emacs-package-install dpkg-dev fi fi