aerothemeplasma/KWin/smaragd-0.1.1/src/Messages.sh
2023-08-25 00:32:11 +02:00

4 lines
147 B
Bash
Executable file

#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11
$XGETTEXT `find . -name \*.cpp` -o $podir/kwin3_smaragd.pot
rm -f rc.cpp