kde-workspace/plasma/applets/devicenotifier/Messages.sh

5 lines
184 B
Bash
Raw Normal View History

2014-11-15 05:48:13 +02:00
#!/bin/bash
2014-11-13 19:30:51 +02:00
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_notifier.pot
rm -f rc.cpp