summaryrefslogtreecommitdiffstats
path: root/net/net-tools/UP_TRIGGERS
blob: 5f5b4f70746b921ad3db0170fb5691c76e16ac16 (plain) (blame)
1
2
3
4
5
6
if [[ "$NETTOOLSNEW" == "y" ]]; then
  local IFUPDOWN="$(get_spell_provider IFUPDOWN)"
  if [[ ! -z "$IFUPDOWN" ]] && spell_installed "$IFUPDOWN"; then
    up_trigger "$IFUPDOWN" cast_self
  fi
fi