Guest User

Untitled

a guest
Jun 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # file: client/actions.py
  2. #!/usr/bin/python
  3.  
  4. # Created For Solus Operating System
  5.  
  6. from pisi.actionsapi import get, pisitools, shelltools
  7.  
  8. NoStrip = ["/usr"]
  9. IgnoreAutodep = True
  10.  
  11. def setup():
  12. shelltools.system("pwd")
  13. shelltools.system("ar xf fahclient_%s_amd64.deb" % (get.srcVERSION()))
  14. shelltools.system("tar xvf data.tar.xz")
  15.  
  16. def install():
  17. pisitools.insinto("/", "usr")
Add Comment
Please, Sign In to add comment