PDA

View Full Version : Metapackage?


grexk
June 14th, 2006, 08:47 AM
How can I create metapackage for deb binaries?

Thank's in advance
grexk

simplyw00x
June 14th, 2006, 11:16 AM
Make a deb package with no useful install files (just README.debian etc.) which depends on all the packages you want 'in the metapackage'.

grexk
June 14th, 2006, 11:30 PM
Thanks for your reply.