Ignore:
Timestamp:
Oct 25, 2013, 7:53:45 PM (12 years ago)
Author:
obi
Message:

[tpk] remove ram work ufs910

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/screensaver_hotgirls_1_0/CONTROL/postinst

    r23958 r24607  
    11#!/bin/sh
    22
    3 model=`cat /etc/model`
     3#model=`cat /etc/model`
    44
    5 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
     5#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
    1212
    1313exit 0
Note: See TracChangeset for help on using the changeset viewer.