This repository has been archived on 2025-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pamac-classic/autogen.sh

13 lines
202 B
Bash
Executable File

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