Changeset 23957


Ignore:
Timestamp:
09/27/13 21:37:35 (11 years ago)
Author:
obi
Message:

fix

Location:
ipk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/players_hbbtv/CONTROL/postinst

    r23955 r23957  
    1616
    1717if [ "$model" = "ufs910" ];then
    18         if [ -e /var/swapdir/swapfile ];then
     18        if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then
    1919                echo "umount /tmp (60mb)"
    2020                umount /tmp
     21                rm -f /tmp/.tmp60mb
    2122        fi
    2223fi
  • ipk/source.sh4/players_hbbtv/CONTROL/preinst

    r23955 r23957  
    77                echo "mount /tmp (60mb)"
    88                mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
     9                touch /tmp/.tmp60mb
    910        else
    1011                echo "Error, please use swapdir/swapfile and try again !"
  • ipk/source/screensaver_hotgirls_1_0/CONTROL/postinst

    r23955 r23957  
    77                echo "umount /tmp (60mb)"
    88                umount /tmp
     9                rm -f /tmp/.tmp60mb
    910        fi
    1011fi
  • ipk/source/screensaver_hotgirls_1_0/CONTROL/preinst

    r23955 r23957  
    77                echo "mount /tmp (60mb)"
    88                mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
     9                touch /tmp/.tmp60mb
    910        else
    1011                echo "Error, please use swapdir/swapfile and try again !"
Note: See TracChangeset for help on using the changeset viewer.