#!/bin/sh
# postinst config
echo Configuring documentation
cd /usr/local/lib/-mccode_name-
mcdoc --text
cd tools/perl
chmod 0755 -mccode_name-_reconfigure
./-mccode_name-_reconfigure

