Files
main/util/misc/bleachbit/actions.py
T
4fury-c3440d8 b8a2e65e40 bleachbit.
2021-04-29 22:08:50 +03:00

19 lines
361 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
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
pass
def build():
pass
def install():
shelltools.system("make prefix=/usr DESTDIR=%s install" % get.installDIR())