From aa643a9c90fd5b26791a987784ba0209bdbd3fb7 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Wed, 14 Jan 2015 02:35:34 +0200 Subject: Added all the lang packs --- app-office/clean-libreoffice-l10n.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 app-office/clean-libreoffice-l10n.sh (limited to 'app-office/clean-libreoffice-l10n.sh') diff --git a/app-office/clean-libreoffice-l10n.sh b/app-office/clean-libreoffice-l10n.sh new file mode 100755 index 00000000..86ffbee7 --- /dev/null +++ b/app-office/clean-libreoffice-l10n.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +ver="${1}" + +if [ -z "${ver}" ]; then + echo "${0} " >&2 + exit 1 +fi + +for libre in libreoffice-l10n-*; do + pushd "${libre}" || exit 1 + git rm "${libre}"-${ver}.ebuild + ebuild "$(ls -1 *.ebuild | head -n 1)" manifest + popd +done -- cgit v1.2.3