#!/bin/sh -e # postinst for abook # Source debconf library. if [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule fi if [ "$1" != configure ]; then exit 0 fi if [ -x /usr/bin/update-menus ]; then update-menus fi