source: ipk/source.arm/playersnp_vavoo/CONTROL/postinst@ 47966

Last change on this file since 47966 was 47966, checked in by aafsvn, 3 months ago

add vav as plugin

  • Property svn:executable set to *
File size: 146 bytes
Line 
1#!/bin/sh
2
3echo Use Install Dest: $1
4echo Start Install Script: $0
5
6INSTDIR="$1"
7
8sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/python/vavoo.py"
9
10exit 0
Note: See TracBrowser for help on using the repository browser.