How to make a deb install only when the dependency is installed, or the conflicting packages aren't?
- by adam
I'm making a package for Cydia, but since it uses APT/dpkg, I thought I'd ask this question here.
I want my package to only install if gsc.wildcat (represents an iPad) is installed, or if gsc.front-facing-camera (represents an iPhone 4/4S) is not installed. This setup would let the package only install on the 3GS or an iPad, but there's no package…