#!/bin/sh

update-sudoers
if [ -e /usr/lib/libjpcap.so ];then exit 0;else mv /opt/charon2.0.1-karam/libjpcap.so /usr/lib/libjpcap.so;fi

exit 0
