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

Last change on this file since 24529 was 24529, checked in by obi, 12 years ago

fix openvpn

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"
[24529]5sed s#_path_#"$INSTDIR"#g -i /var/bin/vpn.sh
[23730]6
[13950]7exit 0
Note: See TracBrowser for help on using the repository browser.