summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2015-07-05 16:06:05 +0300
committerArtem Vorotnikov2015-07-05 16:06:05 +0300
commit39bd518c6d780b39a35aa18eab449a28a79374f8 (patch)
tree3ab56b0a9acdf9f75c2a4194f1238e3093b47d3e /PKGBUILD
parentc52b61f9b780e500adfbaa86e0ea7860b67eb0e9 (diff)
downloadaur-39bd518c6d780b39a35aa18eab449a28a79374f8.tar.gz
Add updatepo script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c758c2d5008..762efdcc8f59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,4 +27,5 @@ package() {
cd "$srcdir/$_gitname"
install -Dm755 po4a-bulk-gettextize.sh "$pkgdir/usr/bin/po4a-bulk-gettextize"
install -Dm755 po4a-bulk-translate.sh "$pkgdir/usr/bin/po4a-bulk-translate"
+ install -Dm755 po4a-bulk-updatepo.sh "$pkgdir/usr/bin/po4a-bulk-updatepo"
}