kde-playground/polkit-kde-kcmodules-1/helper/Messages.sh

4 lines
183 B
Bash

#! /bin/sh
$EXTRACTRC `find -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp || exit 11
$XGETTEXT `find -name \*.cpp -o -name \*.h` -o $podir/kcm_polkitactions.pot
rm -f rc.cpp