File: pre-build.sh

package info (click to toggle)
unattended-upgrades 0.79.5%2Bwheezy2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 660 kB
  • sloc: python: 1,359; sh: 114; makefile: 32
file content (6 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#!/bin/sh

# update po files
for i in po/*.po; do
    msgmerge --previous --update $i po/*.pot;
done