mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 03:12:53 +00:00
4 lines
102 B
Bash
4 lines
102 B
Bash
#! /bin/sh
|
|
$EXTRACTRC *.rc >> rc.cpp || exit 11
|
|
$XGETTEXT *.cpp -o $podir/kgetplugin.pot
|
|
rm -f rc.cpp
|