|
Last change
on this file since 29541 was 24155, checked in by nit, 13 years ago |
|
[titan] update tpk
|
-
Property svn:executable
set to
*
|
|
File size:
265 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 [ "/var" != "$INSTDIR" ]; 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.