Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- A
- requires(APT, "Blah")
- requires(YUM, "Bleh")
- requires(PACMAN, "Blegh-P")
- # Under the hood, check out if apt is installed or whatever
- # -------------------------------------
- B
- if ubuntu:
- requires("Blah")
- if debian:
- requires("Bleh")
Advertisement
Add Comment
Please, Sign In to add comment