diff options
author | Artem Vorotnikov | 2015-07-05 16:06:05 +0300 |
---|---|---|
committer | Artem Vorotnikov | 2015-07-05 16:06:05 +0300 |
commit | 39bd518c6d780b39a35aa18eab449a28a79374f8 (patch) | |
tree | 3ab56b0a9acdf9f75c2a4194f1238e3093b47d3e /PKGBUILD | |
parent | c52b61f9b780e500adfbaa86e0ea7860b67eb0e9 (diff) | |
download | aur-39bd518c6d780b39a35aa18eab449a28a79374f8.tar.gz |
Add updatepo script
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" } |