#!/bin/bash

POSTDOWNNAME="/etc/sysconfig/network-scripts/post-down-$1"
if [ -x $POSTDOWNNAME ]; then
  exec $POSTDOWNNAME
fi