#!/bin/sh
# POST-DEINSTALL script

MODE=$2

if [ "X$MODE" = "XPOST-DEINSTALL" ]; then
    /usr/local/bin/sb_config --update_modules
fi
	
	
