summaryrefslogtreecommitdiffstats
path: root/http/xulrunner/UP_TRIGGERS
blob: 44c49dea9f82c94ab543523f23e441e78e894655 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# this makes ABI changes automatically cast those that depend on 
# xulrunner via an up_trigger

local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "${VERSION}" != "${OLD_SPELL_VERSION}" ]; then
  for each in $(show_up_depends $SPELL 1); do
    up_trigger $each cast_self
  done
fi