aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/freemat/freemat-3.2.ebuild')
-rw-r--r--sci-mathematics/freemat/freemat-3.2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-mathematics/freemat/freemat-3.2.ebuild b/sci-mathematics/freemat/freemat-3.2.ebuild
index 2ed17b796..9451f62bd 100644
--- a/sci-mathematics/freemat/freemat-3.2.ebuild
+++ b/sci-mathematics/freemat/freemat-3.2.ebuild
@@ -37,3 +37,8 @@ src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc README AUTHORS ChangeLog
}
+
+pkg_postint() {
+ einfo "Initializing freemat data directory"
+ FreeMat -i /usr/share/${MY_P}
+}