#!/bin/sh -u
echo Error: this file has not been preprocessed by the compiler\'s install script.
exit 1
nagfor_install_libdir=NAGFOR_INSTALL_LIBDIR
tmp_uninst=`mktemp`
cp "${nagfor_install_libdir}"/UNINSTALL_NAGFOR_core "${tmp_uninst}"
echo rm "${tmp_uninst}" >> "${tmp_uninst}"
chmod 755 "${tmp_uninst}"
exec "${tmp_uninst}"
