diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2014-11-26 19:39:29 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2014-11-26 19:39:29 -0800 |
commit | 6b17319c7065e3873c0d87378f250dafeaf1a721 (patch) | |
tree | a1e8754e8cd55c04a6f5d2a9b3316d5ed6d630d9 /source/_posts/2014-10-25-os-x-package-receipts.md | |
parent | 33e406a1be96bdc80010bf4d35755464132c942f (diff) | |
download | my_new_personal_website-6b17319c7065e3873c0d87378f250dafeaf1a721.tar.xz my_new_personal_website-6b17319c7065e3873c0d87378f250dafeaf1a721.zip |
removing all categories
I don't really need those hashtags, and they just slow down the site generation.
Diffstat (limited to '')
-rw-r--r-- | source/_posts/2014-10-25-os-x-package-receipts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_posts/2014-10-25-os-x-package-receipts.md b/source/_posts/2014-10-25-os-x-package-receipts.md index ab10d83f..a3695600 100644 --- a/source/_posts/2014-10-25-os-x-package-receipts.md +++ b/source/_posts/2014-10-25-os-x-package-receipts.md @@ -3,7 +3,7 @@ layout: post title: "OS X package receipts" date: 2014-10-25 13:26:02 -0700 comments: true -categories: [os x, package, install, uninstall] +categories: --- I just learned something new. Whenever you install a `pkg` on OS X, OS X stores a receipt of what was installed in `/var/db/receipts` (I'm running OS X 10.9.5 at the time of writing), called a **bom** — bill of materials (I’d rather call it a manifest, whatever). This feature was introduced in NeXTSTEP. From `man 5 bom`: |