]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-xaw
r528: * Consistently use the which command instead of command -v or hardcoded
[debhelper.git] / autoscripts / postinst-xaw
1 if [ "$1" = "configure" ]; then
2         if which update-xaw-wrappers >/dev/null 2>&1; then
3                 update-xaw-wrappers
4         fi
5         for opts in #OPTS#; do
6                 update-alternatives --quiet --install $opts 25
7         done
8 fi