actions.py 331 B

123456789101112
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. #
  4. # Licensed under the GNU General Public License, version 3.
  5. # See the file http://www.gnu.org/copyleft/gpl.txt
  6. from pisi.actionsapi import pisitools, shelltools, get
  7. WorkDir="."
  8. def install():
  9. pisitools.insinto("/usr/share/java", "%s/ipscan-linux64-3.8.2.jar" % get.workDIR())