5 lines
139 B
Bash
Raw Normal View History

2022-04-02 18:24:21 +05:00
#! /bin/sh
$EXTRACTRC `find . -name \*.kcfg` >>rc.cpp
$XGETTEXT `find . -name \*.cpp` -o $podir/plasmashellprivateplugin.pot
rm -f rc.cpp