blob: e319f1a2472145aab20b3642f2e76b1f7206a60a (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "-- Use FreeMat -i /usr/share/FreeMat-4.0/ to adjust docs location"
}
post_upgrade() {
echo "-- Use FreeMat -i /usr/share/FreeMat-4.0/ to adjust docs location"
}
|