From bd7ab6b818eb68e288a08081043ae4e23ada8a10 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 26 Jun 2019 01:05:03 -0400 Subject: gettext-tiny: Manage utilities with u-a --- (limited to 'gettext-tiny.pkg/postinst') diff --git a/gettext-tiny.pkg/postinst b/gettext-tiny.pkg/postinst new file mode 100644 index 0000000..b13ccb1 --- /dev/null +++ b/gettext-tiny.pkg/postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ x"${1}" = x'configure' ]; then + for link in autopoint msgfmt msgmerge xgettext; do + update-alternatives --install "/usr/bin/${link}" "${link}" \ + "/usr/bin/${link}.tiny" 10 + done +fi -- cgit v0.9.1