blob: 41d69870d199617a9d2a3a208fe15857348a6fbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat << EOF
## Please type "/usr/bin" in
## "Mitsuba Engine Settings" > "Executable path:" option
## to correct fuction.
EOF
}
post_upgrade() {
post_install
}
|