#!/bin/sh -e

if ! grep -q vpngui-helper /etc/sudoers; then
        echo "user ALL = NOPASSWD: /usr/sbin/vpngui-helper" >> /etc/sudoers || :
fi

maemo-confirm-text "VPNGUI DISCLAIMER" /usr/share/vpngui/DISCLAIMER
# db_installdeb will replace this with shell code automatically
# generated by other debhelper scripts

#DEBHELPER#

exit 0
