Ignore:
Timestamp:
May 5, 2013, 8:01:11 PM (13 years ago)
Author:
gost
Message:

[samsungskins] fix

File:
1 edited

Legend:

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

    r20015 r21391  
    22TMP=/tmp/.TOOLS
    33echo "Erfolgreich installiert...."
    4 
     4link=`readlink /var/swap`
     5if [ -z $link ]; then
     6 link="kein link"
     7fi
    58if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
    69        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
Note: See TracChangeset for help on using the changeset viewer.