Warning, file /system/apper/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #! /usr/bin/env bash
0002 $EXTRACTRC `find . -name "*.rc" -o -name "*.ui"` >> rc.cpp
0003 $XGETTEXT `find . -name \*.cpp | grep -v '/plasmoid/'` -o $podir/apper.pot
0004 rm -f rc.cpp