#!/bin/sh

if [ "$ACTION" == "NOTIFY_MASTER" ]; then
    if [ -f /etc/modules.d/ns-nathelpers ]; then
        /usr/sbin/load-kernel-modules
    fi
fi