post_install() {
        if [[ ! -d /usr/share/bro/logs ]]; then 
 	      install -dm755 /usr/share/bro/logs
        fi
}

post_upgrade() {
	post_install
}       
