Changeset 24607
- Timestamp:
- Oct 25, 2013, 7:53:45 PM (12 years ago)
- Location:
- ipk
- Files:
-
- 4 edited
-
source.sh4/players_hbbtv/CONTROL/postinst (modified) (1 diff)
-
source.sh4/players_hbbtv/CONTROL/preinst (modified) (1 diff)
-
source/screensaver_hotgirls_1_0/CONTROL/postinst (modified) (1 diff)
-
source/screensaver_hotgirls_1_0/CONTROL/preinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/players_hbbtv/CONTROL/postinst
r24155 r24607 8 8 ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib 9 9 10 model=`cat /etc/model`10 #model=`cat /etc/model` 11 11 12 if [ "$model" = "ufs910" ];then13 if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then14 echo "umount /tmp (60mb)"15 umount /tmp16 rm -f /tmp/.tmp60mb17 fi18 fi12 #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 19 20 20 exit 0 -
ipk/source.sh4/players_hbbtv/CONTROL/preinst
r24015 r24607 5 5 rm -rf "$PLUGINDIR" >/dev/null 2>&1 6 6 7 model=`cat /etc/model`7 #model=`cat /etc/model` 8 8 9 if [ "$model" = "ufs910" ];then10 if [ -e /var/swapdir/swapfile ];then11 echo "mount /tmp (60mb)"12 mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp13 touch /tmp/.tmp60mb14 else15 echo "Error, please use swapdir/swapfile and try again !"16 exit 117 fi18 fi9 #if [ "$model" = "ufs910" ];then 10 # if [ -e /var/swapdir/swapfile ];then 11 # echo "mount /tmp (60mb)" 12 # mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp 13 # touch /tmp/.tmp60mb 14 # else 15 # echo "Error, please use swapdir/swapfile and try again !" 16 # exit 1 17 # fi 18 #fi 19 19 20 20 exit 0 -
ipk/source/screensaver_hotgirls_1_0/CONTROL/postinst
r23958 r24607 1 1 #!/bin/sh 2 2 3 model=`cat /etc/model`3 #model=`cat /etc/model` 4 4 5 if [ "$model" = "ufs910" ] && [ -e /tmp/.tmp60mb ];then6 if [ -e /var/swapdir/swapfile ];then7 echo "umount /tmp (60mb)"8 umount /tmp9 rm -f /tmp/.tmp60mb10 fi11 fi5 #if [ "$model" = "ufs910" ] && [ -e /tmp/.tmp60mb ];then 6 # if [ -e /var/swapdir/swapfile ];then 7 # echo "umount /tmp (60mb)" 8 # umount /tmp 9 # rm -f /tmp/.tmp60mb 10 # fi 11 #fi 12 12 13 13 exit 0 -
ipk/source/screensaver_hotgirls_1_0/CONTROL/preinst
r23957 r24607 3 3 model=`cat /etc/model` 4 4 5 if [ "$model" = "ufs910" ];then6 if [ -e /var/swapdir/swapfile ];then7 echo "mount /tmp (60mb)"8 mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp9 touch /tmp/.tmp60mb10 else11 echo "Error, please use swapdir/swapfile and try again !"12 exit 113 fi14 fi5 #if [ "$model" = "ufs910" ];then 6 # if [ -e /var/swapdir/swapfile ];then 7 # echo "mount /tmp (60mb)" 8 # mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp 9 # touch /tmp/.tmp60mb 10 # else 11 # echo "Error, please use swapdir/swapfile and try again !" 12 # exit 1 13 # fi 14 #fi 15 15 16 16 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)