#!/bin/sh

mode=$2

if [ "$mode" = "INSTALL" ]; then
#echo $mode
elif [ "$mode" = "DEINSTALL" ]; then
#echo $mode
fi

