aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2011-08-11 17:09:03 +0200
committerSebastien Bacher <seb128@ubuntu.com>2011-08-11 17:09:03 +0200
commitf3210466e73e951530ce0996dbfebdfec523a201 (patch)
tree853e459acd8c6ed874c3db14b9a21dae1522d47e /debian/rules
parent7ef5e38e753b2201a6a44be1f760715c129cd7f8 (diff)
downloadayatana-indicator-session-f3210466e73e951530ce0996dbfebdfec523a201.tar.gz
ayatana-indicator-session-f3210466e73e951530ce0996dbfebdfec523a201.tar.bz2
ayatana-indicator-session-f3210466e73e951530ce0996dbfebdfec523a201.zip
debian/rules: run intltool-update to update the translations template
(lp: #820705)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8d716bc..bee840d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,3 +22,5 @@ common-install-arch::
find debian/tmp -name \*.la -delete
find debian/tmp -name \*.a -delete
find debian/tmp -name classic-desktop.sh | xargs chmod +x
+ cd po; intltool-update --pot --verbose
+