When you install applications through the installer most of the time a pkg file is created under /Library/Receipts. Those pkg’s do not contain the uninstalled application but (among other things) the file “Archive.bom”. This file lists all files with their full path installed by the application. Sadly Archiv.bom is not a normal flat text file but a “Archive.bom: Mac OS X bill of materials (BOM) fil”. What ever this means - you have to use the
lsbom
command to view it. To get the Archive.bom one has to right click the pkg file in /Library/Receipts and issue”Show package contents”. Inside the folder “Contents” resides the bom file.
I have created this little automator workflow that should be saved as a finder plugin. When you right click the Archive.bom, it opens a new Terminal window and lists the file contents with lsboom. Next version will be able to search the Archive.bom file inside the pkg file.
UPDATE:
The new version works with the pkg files. Just right click on it and select the “lsbom” automator plugin. It uses the frontmost Terminal window to display the result.
Download
lsbom.workflow