mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
4 lines
104 B
Bash
Executable file
4 lines
104 B
Bash
Executable file
#! /bin/sh
|
|
$EXTRACTRC *.ui >> rc.cpp
|
|
$XGETTEXT *.cpp -o $podir/kcm_desktopthemedetails.pot
|
|
rm -f rc.cpp
|