#!/bin/sh
set -e

#DEBHELPER#

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


