diff options
author | Antonio Rojas | 2019-05-01 11:49:44 +0000 |
---|---|---|
committer | Antonio Rojas | 2019-05-01 11:49:44 +0000 |
commit | 5beb70b939c8da01aa30a36c13a813a82b44d0bd (patch) | |
tree | 134a6fa5a4f2cee67b4903e68ab9effedceff25c /freemat.install | |
download | aur-freemat.tar.gz |
Dropped from repos
Diffstat (limited to 'freemat.install')
-rw-r--r-- | freemat.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/freemat.install b/freemat.install new file mode 100644 index 000000000000..37a785528e15 --- /dev/null +++ b/freemat.install @@ -0,0 +1,7 @@ +post_install() { + echo "-- Use FreeMat -i /usr/share/FreeMat-4.2/ to adjust docs location" +} + +post_upgrade() { + echo "-- Use FreeMat -i /usr/share/FreeMat-4.2/ to adjust docs location" +} |