shift-shell/containments/panel/Messages.sh
2019-11-20 12:35:14 +05:30

4 lines
219 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.panel.pot
rm -f rc.cpp