Uploaded initial version.
[guivpn] / trunk / vpngui / debian / postinst
1 #!/bin/sh -e
2
3 if ! grep -q vpngui-helper /etc/sudoers; then
4         echo "user ALL = NOPASSWD: /usr/sbin/vpngui-helper" >> /etc/sudoers || :
5 fi
6
7 maemo-confirm-text "VPNGUI DISCLAIMER" /usr/share/vpngui/DISCLAIMER
8 # db_installdeb will replace this with shell code automatically
9 # generated by other debhelper scripts
10
11 #DEBHELPER#
12
13 exit 0