Long winded response that explains .mpkg:
.mpkg stands for metapackage. That is, they are packages that simplify the installation of multiple packages.
The metapackage (and each of the packages it contains) can contain scripts that assist the installation. The metapackage you are referring to must contain a postflight script (a script that runs each and every time the package is installed). When a developer builds a meta-package, these scripts are automatically made executable so that *you* can run them.
To the point:
Although it should not matter, did you download and unstuff (if it was required) this package as yourself or as some other user on your system?