summaryrefslogtreecommitdiffstats
path: root/gettext-tiny.pkg/postinst
blob: b13ccb1fd6b44ab8f9778b30160c6f5358f680d2 (plain)
1
2
3
4
5
6
7
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