|
|
|
#! /bin/sh
if [ "$1" = "configure" ]
then
if [ -d /usr/doc -a ! -e /usr/doc/pgaccess -a -d /usr/share/doc/pgaccess ]
then
ln -sf ../share/doc/pgaccess /usr/doc/pgaccess
fi
fi
# Automatically added by dh_installmenu
if test -x /usr/bin/update-menus ; then update-menus ; fi
# End automatically added section
| Results 1 - 1 |