summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/dataplot/dataplot-20080225-r1.ebuild')
-rw-r--r--sci-mathematics/dataplot/dataplot-20080225-r1.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild
index 5963594f8..90e9e1cb4 100644
--- a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild
@@ -86,3 +86,9 @@ src_install() {
doins "${S_AUX}"/dpmesf.tex "${S_AUX}"/dpsysf.tex "${S_AUX}"/dplogf.tex
doenvd "${FILESDIR}"/90${PN}
}
+
+pkg_postinst() {
+ einfo "To avoid error messages on dataplot startup please run(as root): "
+ einfo "env-update && source /etc/profile"
+ einfo "This is because dataplot installs env.d files for dataplot variables."
+}