|
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
|
|---|
| 2 | INSTDIR="$1"
|
|---|
| 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/gmediarender"
|
|---|
| 4 |
|
|---|
| 5 | sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/run"
|
|---|
| 6 |
|
|---|
| 7 | if [ -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
|
|---|
| 10 | fi
|
|---|
| 11 |
|
|---|
| 12 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.