mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 15:51:29 +00:00
9 lines
85 B
Bash
Executable File
9 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
cd po
|
|
intltool-update -m
|
|
if [ -f missing ]; then
|
|
exit 1
|
|
fi
|