danielbos
05-12-2003, 07:20 PM
How do you make a .pkg?
![]() | View Full Version : How to make a .pkg ? danielbos 05-12-2003, 07:20 PM How do you make a .pkg? CmptrWz 05-12-2003, 11:54 PM Rip one apart and see what it is made of. FYI: It is a tar file, I think passed through gzip. tar -xzf file.pkg would, I think, be the way to extract the contents of one. Double-check that though. Reverse the process for putting one back together. ellebi 05-13-2003, 04:39 AM You can find more infos about pkg at http://developer.cobalt.com/ |