#! /bin/sh

set -e

if [ "$1" = "configure" ]; then
  if [ -d /usr/doc -a ! -e /usr/doc/imlib-progs -a -d /usr/share/doc/imlib-progs ]; then
   ln -sf ../share/doc/imlib-progs /usr/doc/imlib-progs
  fi
fi


# Automatically added by dh_installmenu
if test -x /usr/bin/update-menus ; then update-menus ; fi
# End automatically added section

