5 lines
139 B
Bash
Raw Normal View History

2022-03-05 22:41:29 +05:00
#! /bin/sh
$EXTRACTRC `find . -name \*.kcfg` >>rc.cpp
$XGETTEXT `find . -name \*.cpp` -o $podir/plasmashellprivateplugin.pot
rm -f rc.cpp