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