updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / kvpnc-svn / kvpnc.install
blobe12060e1f30306db41f105852470ab482c6728a3
1 # arg 1: the new package version
2 post_install() {
3   echo "
4 You will need a vpn client, these are supported:
5 -----------------------------------------------
6 - vpnc >= 0.2-rm+zomb-pre9  Cisco VPN
7 - FreeS/WAN (OpenS/WAN too) >= 2.x  IPSec VPN Linux 2.4/2.6
8 - racoon (ipsec-tools) > = 1.x  IPSec VPN Linux 2.6
9 - pptpclient  PPTP VPN
10 - OpenVPN  VPN based on SSL
13 ======================================================
14 Howto setup KVpnc for use without root password - sudo
15 ======================================================
17 1. install sudo
19 2. edit /etc/sudoers
21         #  Cmnd alias specification
22         Cmnd_Alias KVPNC = /usr/bin/kvpnc
24         # User privilege specification
25         ALL ALL=NOPASSWD:KVPNC
27 3. edit desktop link (/usr/share/applications/kde4/kvpnc.desktop)
29         replace the folling lines:
31         Exec=kvpnc
32         X-KDE-SubstituteUID=true
34         with:
36         Exec=sudo kvpnc
37         X-KDE-SubstituteUID=false
39   which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
42 # arg 1: the new package version
43 # arg 2: the old package version
44 post_upgrade() {
45   which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
48 # arg 1: the old package version
49 post_remove() {
50   which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true