diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-06-28 19:19:43 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-10-21 12:22:19 +0200 |
commit | b5d62d2c91a2caf5c18945921cdf12af6f36b2d4 (patch) | |
tree | 9e127c1174be7a72de4b059c7128990782a5902d /scripts/po | |
parent | 3561c872ca0980c76442fcbf3985cc92a8f572f7 (diff) | |
download | pacman-b5d62d2c91a2caf5c18945921cdf12af6f36b2d4.tar.gz pacman-b5d62d2c91a2caf5c18945921cdf12af6f36b2d4.tar.xz |
Port scripts to use libmakepkg's messaging code.
Remove all remnants of library/{output_format,term_colors}.sh
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/po')
-rw-r--r-- | scripts/po/POTFILES.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 46d2af7f..37afc3b2 100644 --- a/scripts/po/POTFILES.in +++ b/scripts/po/POTFILES.in @@ -67,6 +67,4 @@ scripts/libmakepkg/util/pkgbuild.sh.in scripts/libmakepkg/util/source.sh.in scripts/libmakepkg/util/util.sh.in scripts/library/human_to_size.sh -scripts/library/output_format.sh scripts/library/size_to_human.sh -scripts/library/term_colors.sh |