Guest User

Untitled

a guest
Dec 22nd, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. A
  2. requires(APT, "Blah")
  3. requires(YUM, "Bleh")
  4. requires(PACMAN, "Blegh-P")
  5.  
  6. # Under the hood, check out if apt is installed or whatever
  7. # -------------------------------------
  8. B
  9. if ubuntu:
  10. requires("Blah")
  11. if debian:
  12. requires("Bleh")
Advertisement
Add Comment
Please, Sign In to add comment