summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Anderson <gentoofan23@gentoo.org>2008-05-19 14:18:37 +0000
committerThomas Anderson <gentoofan23@gentoo.org>2008-05-19 14:18:37 +0000
commit2700e4cd880dd9d143b92aac249fc49111aa8884 (patch)
tree7dbdd8463a6eb1a3cf9d9417ec8d8de6c18a19ce /sci-mathematics/dataplot/dataplot-20080225-r1.ebuild
parentmedia-video/swfmill: Cosmetics (diff)
downloadsunrise-2700e4cd880dd9d143b92aac249fc49111aa8884.tar.gz
sunrise-2700e4cd880dd9d143b92aac249fc49111aa8884.tar.bz2
sunrise-2700e4cd880dd9d143b92aac249fc49111aa8884.zip
sci-mathematics/dataplot: Notify user about the need to update their environment after merging to avoid error messages.
svn path=/sunrise/; revision=6205
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."
+}