source: ipk/source.sh4/players_gmediarender/CONTROL/postinst@ 45683

Last change on this file since 45683 was 45683, checked in by obi, 4 years ago

fix plugin permtime

  • Property svn:executable set to *
File size: 284 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/gmediarender"
4
5sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/run"
6
7if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
8 rm -rf /var/usr/lib/gstreamer-0.10
9 ln -s "$INSTDIR/lib/gstreamer-0.10" /var/usr/lib
10fi
11
12exit 0
Note: See TracBrowser for help on using the repository browser.