source: ipk/source.sh4/network_openvpn/CONTROL/postinst@ 23819

Last change on this file since 23819 was 23730, checked in by nit, 13 years ago

[titan] update tun

File size: 131 bytes
RevLine 
[13950]1#!/bin/sh
[23730]2INSTDIR="$1"
[13950]3
[23730]4sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/etc/openvpn.sh"
5sed s#_path_#"$INSTDIR"#g -i /var/bin/tun.sh
6
[13950]7exit 0
Note: See TracBrowser for help on using the repository browser.