示例#1
0
def remove(*args, **kwargs):
    # run remove.sh
    u.plasmoid_remove(
        G["SOURCES_DIR"] / Path(repo_name) / Path("org.kde.plasma.chiliclock")
    )
示例#2
0
def remove(*args, **kwargs):
    # run remove.sh
    u.plasmoid_remove(G["SOURCES_DIR"] / Path(repo_name))
示例#3
0
def remove(*args, **kwargs):
    # run remove.sh
    u.plasmoid_remove(G["SOURCES_DIR"] / Path(repo_name) / Path("package"),
                      pretty_name="uswitch")