#!/bin/bash

intltool-extract --type=gettext/glade resources/postinstall.glade
xgettext --language=Python -cTRANSLATORS --keyword=_ --keyword=N_ --output=postinstall.pot  \
    usr/lib/ufficiozero/postinstall/*.py                              \
    generate_desktop_files                                                    \
    resources/postinstall.glade.h

rm -f resources/postinstall.glade.h
