Files
main/desktop/kde6/applications/kfind-kf6/actions.py
T
2024-03-03 19:10:52 +03:00

17 lines
288 B
Python
Executable File

#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde6
def setup():
kde6.configure()
def build():
kde6.make()
def install():
kde6.install()