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

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

fix last commit and disable player THREAD for test

  • Property svn:executable set to *
File size: 157 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/etc/init.d/manage-vavoo.sh"
9
10exit 0
Note: See TracBrowser for help on using the repository browser.