mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
5 lines
150 B
Bash
5 lines
150 B
Bash
#! /usr/bin/env bash
|
|
# only need to change the name of the applet
|
|
$XGETTEXT `find . -name \*.qml` -L Java -o $podir/konsoleprofiles.pot
|
|
rm -f rc.cpp
|
|
|