shift-shell/applets/brightnessSettings/Messages.sh
2015-05-27 18:28:17 +02:00

4 lines
232 B
Bash
Executable file

#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_org.kde.phone.brightnesssettings.pot
rm -f rc.cpp