blob: 326a8aa2d8d6682d460be5840683a36fe6fc212e (
plain)
1
2
3
4
5
6
7
8
|
#! /usr/bin/env bash
# SPDX-FileCopyrightText: 2019 Alexander Potashev <[email protected]>
# SPDX-FileCopyrightText: 2020 Duong Do Minh Chau <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
$XGETTEXT `find . -name \*.cpp` -o $podir/dolphin_servicemenuinstaller.pot
|