shift-shell/applets/quicksettings/Messages.sh
Marco Martin e20569d1fd Revert "remove quicksettings applet"
This reverts commit f6419fc9d4.
2017-08-30 18:52:43 +02:00

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