mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 19:32:52 +00:00
3 lines
125 B
Bash
3 lines
125 B
Bash
#!/bin/bash
|
|
$XGETTEXT `find . -name \*.qml` -L Java -o $podir/plasma_package_org.kde.desktop.widgetexplorer.pot
|
|
rm -f rc.cpp
|