]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-xaw
035aa26935dad34aaff8b1962e25d2e845a56a68
[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