]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-xaw
r487: * dh_movefiles: Typo, Closes: #106532
[debhelper.git] / autoscripts / postinst-xaw
1 if [ "$1" = "configure" ]; then
2         if [ -x /usr/sbin/update-xaw-wrappers ]; then
3                 /usr/sbin/update-xaw-wrappers
4         fi
5         for opts in #OPTS#; do
6                 update-alternatives --quiet --install $opts 25
7         done
8 fi