summaryrefslogtreecommitdiff
path: root/makepot
blob: 26914ce977982104c67803ee3028fba386b2e74b (plain)
1
2
3
4
5
6
7
#! /bin/sh

PACKAGE=mate-icon-theme;

make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
sed -i "/#, fuzzy/d" $PACKAGE.pot
sed -i 's/charset=CHARSET/charset=UTF-8/g' $PACKAGE.pot