actions.py 269 B

1234567891011
  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 pisitools, get
  6. def install():
  7. pisitools.insinto("/usr/share/icons","%s/Mevlana" % get.workDIR())