summaryrefslogtreecommitdiffstats
path: root/crypto/krb5/UP_TRIGGERS
blob: a7c7e04fc312b12af8d2135d0be96d373e0340e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Remove this UP_TRIGGERS after 2008-06-01
#
if [[ -f $INSTALL_ROOT/usr/lib/libcom_err.so.3.0  ]]; then
  if spell_ok $SPELL; then
    for each in $(show_up_depends $SPELL); do
      if gaze install $each | xargs readelf -d 2> /dev/null |
         grep -q "NEEDED.*libcom_err.so.3"; then
           up_trigger $each cast_self
      fi
    done
  fi
fi