mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 06:13:09 +00:00
7 lines
228 B
Bash
Executable file
7 lines
228 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2019 Bhushan Shah <bshah@kde.org>
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
$XGETTEXT `find . -name \*.qml` -L Java -o $podir/plasma_shell_org.kde.plasma.phone.pot
|
|
rm -f rc.cpp
|