summaryrefslogtreecommitdiffstats
path: root/gettext-tiny.pkg/prerm
blob: f3213c2c1883f3f7af5a0512419fc183168155ec (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ x"${1}" = x'remove' ]; then
	for link in autopoint msgfmt msgmerge xgettext; do
		update-alternatives --remove "${link}" "/usr/bin/${link}.tiny"
	done
fi