Files
2018-08-31 17:56:23 +03:00

17 lines
402 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
WorkDir = "numix-icon-theme-0.3+929~201712251402~ubuntu17.04.1"
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def install():
pisitools.insinto("/usr/share/icons", "Numix-Light")