summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-xaw
blob: 3d8e2d1ba5ba2157661c27aebaa8eb2b186fca6a (plain)
1
2
3
4
5
6
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