mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-26 23:21:37 +03:00
6e2c645008
This reverts commit 1888fb7c80
.
the commiter was right this isnt needed, find returns the
in question files in app/dock folder
5 lines
176 B
Bash
5 lines
176 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.rc -o -name \*.ui` >> rc.cpp
|
|
|
|
$XGETTEXT `find . ../shell -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/latte-dock.pot
|