opichals/osx-pkg-dmg
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a set of scripts which automate the whole OS X .pkg and .dmg construction for any folder you point it to. See the makefile for usage example. The resulting package should during installation get under controll of pkgutil. One can check it is installed using: $ pkgutil --packages Pkgutil can also remove it via (careful with this one, use only if you know what exactly it is doing): $ pkgutil --unlink And one can make the system forget about it using: $ pkgutil --forget A seemingly more up-to-date info is present at https://wincent.com/wiki/Uninstalling_packages_(.pkg_files)_on_Mac_OS_X Available under the BSD License. Enjoy! Standa Opichal opichals@gmail.com