forked from cromer/pamac-classic
11 lines
160 B
Bash
Executable File
11 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Generate translations for certain files such as polkit
|
|
pushd "${PWD}"/po
|
|
make
|
|
make clean
|
|
popd
|
|
|
|
# Update the autovala environment
|
|
autovala update
|