summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-xaw
blob: 324058f8406ac7c29b2aaedced39f6e19c1bb233 (plain)
1
2
3
4
5
6
7
8
if [ "$1" = "configure" ]; then
	if test -x /usr/sbin/update-xaw-wrappers; then
		/usr/sbin/update-xaw-wrappers
	fi
	for opts in #OPTS#; do
		update-alternatives --quiet --install $opts 25
	done
fi