summaryrefslogtreecommitdiffstats
path: root/crypto/krb5/UP_TRIGGERS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/krb5/UP_TRIGGERS')
-rwxr-xr-xcrypto/krb5/UP_TRIGGERS13
1 files changed, 0 insertions, 13 deletions
diff --git a/crypto/krb5/UP_TRIGGERS b/crypto/krb5/UP_TRIGGERS
deleted file mode 100755
index a7c7e04fc3..0000000000
--- a/crypto/krb5/UP_TRIGGERS
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# 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