File: Messages.sh

package info (click to toggle)
qapt 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,512 kB
  • sloc: cpp: 7,310; xml: 97; sh: 15; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#! /usr/bin/env bash
$XGETTEXT `find utils/qapt-batch -name '*.cpp'` -o $podir/qaptbatch.pot
$XGETTEXT `find utils/qapt-gst-helper -name '*.cpp'` -o $podir/qapt-gst-helper.pot
$XGETTEXT `find utils/qapt-deb-installer -name '*.cpp'` -o $podir/qapt-deb-installer.pot
$XGETTEXT `find utils/plasma-runner-installer -name '*.cpp'` -o $podir/plasma-runner-installer.pot