actions.py 424 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. #
  3. # Licensed under the GNU General Public License, version 3.
  4. # See the file http://www.gnu.org/licenses/gpl.txt
  5. from pisi.actionsapi import pythonmodules
  6. from pisi.actionsapi import pisitools
  7. from pisi.actionsapi import shelltools
  8. import glob
  9. def install():
  10. pythonmodules.install(pyVer = "3")
  11. #pisitools.insinto("/usr/share/welcome/data/media-content", "data/media-content/logo.png")