Index: ipk/source.sh4/network_openvpn/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_openvpn/CONTROL/postinst	(revision 23660)
+++ ipk/source.sh4/network_openvpn/CONTROL/postinst	(revision 23730)
@@ -1,3 +1,7 @@
 #!/bin/sh
+INSTDIR="$1"
+
+sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/etc/openvpn.sh"
+sed s#_path_#"$INSTDIR"#g -i /var/bin/tun.sh
 
 exit 0
Index: ipk/source.sh4/network_openvpn/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_openvpn/CONTROL/postrm	(revision 23660)
+++ ipk/source.sh4/network_openvpn/CONTROL/postrm	(revision 23730)
@@ -1,7 +1,3 @@
 #!/bin/sh
 
-mv /mnt/config/usercmd.sh.original /mnt/config/usercmd.sh
-chmod 755 /mnt/config/usercmd.sh
-echo "Originaldatei wird wieder hergestellt"
-
 exit 0
Index: ipk/source.sh4/network_openvpn/CONTROL/preinst
===================================================================
--- ipk/source.sh4/network_openvpn/CONTROL/preinst	(revision 23660)
+++ ipk/source.sh4/network_openvpn/CONTROL/preinst	(revision 23730)
@@ -1,6 +1,3 @@
 #!/bin/sh
 
-mv /mnt/config/usercmd.sh /mnt/config/usercmd.sh.original
-echo "Original usercmd.sh wird gesichert"
-
 exit 0
