Last change
on this file since 3621 was
3621,
checked in by alviboi, 4 years ago
|
Upload ubuntu-mate-welcome package
|
-
Property svn:executable set to
*
|
File size:
288 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | # |
---|
3 | # This script will regenerate all the POT files for |
---|
4 | # Ubuntu MATE Welcome. |
---|
5 | # |
---|
6 | |
---|
7 | workingdir=$(pwd) |
---|
8 | for pot in $(ls $workingdir/data/po/) |
---|
9 | do |
---|
10 | rm $workingdir/data/po/$pot/$pot.pot -v |
---|
11 | done |
---|
12 | rm po/ubuntu-mate-welcome.pot |
---|
13 | ./welcome-po.py --create-pot |
---|
14 | ./edgar-allan create-all-pots |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.