mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
4 lines
161 B
Bash
4 lines
161 B
Bash
#!/bin/bash
|
|
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name \*.cpp` -o $podir/konsoleprofiles.pot
|
|
rm -f rc.cpp
|