#!/bin/bash

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

rm -f resources/mintinstall.glade.h
