pamac-classic/autogen.sh

14 lines
229 B
Bash
Executable File

#!/bin/bash
# Generate translations for certain files such as polkit
pushd "${PWD}"/po
./populate_LINGUAS_file.sh
./create_pot_file.sh
./update_po_files.sh
make
make clean
popd
# Update the autovala environment
autovala update