]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-xaw
r365: * dh_installxfonts: corrected a problem during package removal that was
[debhelper.git] / autoscripts / postinst-xaw
1 if [ "$1" = "configure" ]; then
2         if test -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