File: pre-build.sh

package info (click to toggle)
unattended-upgrades 0.83.3.2%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 1,076 kB
  • ctags: 153
  • sloc: python: 1,934; sh: 139; makefile: 43
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