source:
ipk/source.sh4/players_gmediarender/CONTROL/postinst
| Last change on this file was 46274, checked in by , 4 years ago | |
|---|---|
|
|
| File size: 323 bytes | |
| Rev | Line | |
|---|---|---|
| [16207] | 1 | #!/bin/sh |
| [46274] | 2 | |
| 3 | echo Use Install Dest: $1 | |
| 4 | echo Start Install Script: $0 | |
| 5 | ||
| [23629] | 6 | INSTDIR="$1" |
| [23668] | 7 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/gmediarender" |
| [23629] | 8 | |
| [23733] | 9 | sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/run" |
| [23732] | 10 | |
| [45684] | 11 | if [ "/var" != "$INSTDIR" ]; then |
| [23629] | 12 | rm -rf /var/usr/lib/gstreamer-0.10 |
| 13 | ln -s "$INSTDIR/lib/gstreamer-0.10" /var/usr/lib | |
| [16207] | 14 | fi |
| 15 | ||
| 16 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)