actions.py 239 B

1234567891011
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. # Licensed under GNU General Public License, version 3.
  4. # See the file https://www.gnu.org/licenses/gpl.txt
  5. from pisi.actionsapi import pisitools
  6. def install():
  7. pisitools.dobin("prime-run")