|
Last change
on this file since 40887 was 24607, checked in by obi, 12 years ago |
|
[tpk] remove ram work ufs910
|
-
Property svn:executable
set to
*
|
|
File size:
461 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | INSTDIR="$1"
|
|---|
| 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv"
|
|---|
| 4 |
|
|---|
| 5 | sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/opera/run"
|
|---|
| 6 |
|
|---|
| 7 | rm -rf /var/usr/lib/gstreamer-0.10
|
|---|
| 8 | ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib
|
|---|
| 9 |
|
|---|
| 10 | #model=`cat /etc/model`
|
|---|
| 11 |
|
|---|
| 12 | #if [ "$model" = "ufs910" ];then
|
|---|
| 13 | # if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then
|
|---|
| 14 | # echo "umount /tmp (60mb)"
|
|---|
| 15 | # umount /tmp
|
|---|
| 16 | # rm -f /tmp/.tmp60mb
|
|---|
| 17 | # fi
|
|---|
| 18 | #fi
|
|---|
| 19 |
|
|---|
| 20 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.