--- maui-3.3.1-r3.ebuild-orig 2014-05-21 07:31:35.000000000 -0500 +++ maui-3.3.1-r3.ebuild 2014-06-13 16:22:55.000000000 -0500 @@ -38,6 +38,7 @@ -i src/{moab,server,mcom}/Makefile || die epatch "${FILESDIR}"/${P}-torque_4.patch + epatch "${FILESDIR}"/${P}-example-cfgs.patch } src_configure() { @@ -60,3 +61,9 @@ einfo "Please visit ${HOMEPAGE}, obtain the file" einfo "${P}.tar.gz and put it in ${DISTDIR}" } + +pkg_postinst() { + ewarn "You can find example ${EPREFIX}/var/spool/${PN}/maui.cfg" + ewarn "and ${EPREFIX}/var/spool/${PN}/maui-private.cfg files in" + ewarn "${EPREFIX}/var/spool/${PN}." +}