diff options
author | Dave Reisner <dreisner@archlinux.org> | 2018-11-03 20:00:07 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-11-27 22:48:43 +1000 |
commit | 926eb345c26690ca93b6483ac949612c9b53e9db (patch) | |
tree | 9980f4f4b0fe3898e22095e4dd706a6724a7da38 /scripts/po | |
parent | c41222837d76d550921a70dd95c509537031102c (diff) | |
download | pacman-926eb345c26690ca93b6483ac949612c9b53e9db.tar.xz |
buildsys: remove size_to_human
This was only ever used by paccache, and paccache has since been moved
to pacman-contrib.
Diffstat (limited to 'scripts/po')
-rw-r--r-- | scripts/po/POTFILES.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 37afc3b2..25eb9d3f 100644 --- a/scripts/po/POTFILES.in +++ b/scripts/po/POTFILES.in @@ -67,4 +67,3 @@ 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/size_to_human.sh |