source: ipk/source.sh4/playersnp_hbbtv/CONTROL/postinst @ 32331

Last change on this file since 32331 was 24607, checked in by obi, 10 years ago

[tpk] remove ram work ufs910

  • Property svn:executable set to *
File size: 461 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv"
4
5sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/opera/run"
6
7rm -rf /var/usr/lib/gstreamer-0.10
8ln -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
20exit 0
Note: See TracBrowser for help on using the repository browser.