Hacker News new | ask | show | jobs
by hexxington 2934 days ago
`dpkg -I foo.deb` tells you which control components are in a package. If it has a postinst, `dpkg -I foo.deb postinst` will show it to you.