]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-xaw
r506: * Introduced the debian/compat file. This is the new, preferred way to say
[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