summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-xaw
blob: f7703dcf44cc006f7f0b4988fa03efc98c6111bb (plain)
1
2
3
4
5
6
7
8
if [ "$1" = "configure" ]; then
	if which update-xaw-wrappers >/dev/null 2>&1; then
		update-xaw-wrappers
	fi
	for opts in #OPTS#; do
		update-alternatives --quiet --install $opts 25
	done
fi