if [ -d ${PKG_INSTALL_ROOT}/etc/netbackup ]; then
	echo "
NetBackup configuration files in /etc/netbackup were not removed.
If you don't need them anymore, you should remove them manually with:
rm -rf ${PKG_INSTALL_ROOT}/etc/netbackup
"
fi
