Changeset 3084


Ignore:
Timestamp:
Apr 28, 2010, 5:32:41 PM (16 years ago)
Author:
civer
Message:

[IPK]

  • fixed some CONTROL files...
Location:
ipk/source
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/skins_AAF-Brushed-Alu-HD_1_0/CONTROL/control

    r2835 r3084  
    66Maintainer: AAF Forum
    77Architecture: sh4
    8 OE: AAF-Brushed-Alu-HDe Skin
     8OE: AAF-Brushed-Alu-HD Skin
    99Homepage: http://www.aaf-digital.info
    1010Depends:
  • ipk/source/skins_AAF-Brushed-Alu-HD_1_0/CONTROL/preinst

    r2835 r3084  
    88        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
    99        FREE=`expr $SPACE - 100`
    10         SIZE=669
     10        SIZE=1400
    1111        echo "checking freespace"
    1212        echo packege size $SIZE kb
  • ipk/source/skins_Nemesis.BlackBox_1_0/CONTROL/control

    r2936 r3084  
    11Package: enigma2-plugin-skins-nemesis.blackbox
    22Version: 1.0
    3 Description: Nemesis.BlackBox Skin
     3Description: Nemesis BlackBox Skin
    44Section: skins
    55Priority: optional
    66Maintainer: AAF Forum
    77Architecture: sh4
    8 OE: Nemesis.BlackBox Skin
     8OE: Nemesis BlackBox Skin
    99Homepage: http://www.aaf-digital.info
    1010Depends:
  • ipk/source/skins_Nemesis.BlackBox_1_0/CONTROL/preinst

    r2838 r3084  
    88        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
    99        FREE=`expr $SPACE - 100`
    10         SIZE=669
     10        SIZE=916
    1111        echo "checking freespace"
    1212        echo packege size $SIZE kb
     
    1919        fi
    2020fi   
    21 echo "installing Nemesis.BlackBox Skin ..."
     21echo "installing Nemesis BlackBox Skin ..."
    2222echo "checking OS"
    2323if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                     
  • ipk/source/skins_Nemesis.BlackBox_1_0/CONTROL/prerm

    r2838 r3084  
    88        echo freespace size $FREE kb
    99fi
    10 echo "removing Nemesis.BlackBox Skin"
     10echo "removing Nemesis BlackBox Skin"
    1111exit 0
  • ipk/source/skins_fineKS_1_0/CONTROL/preinst

    r1949 r3084  
    1919        fi
    2020fi   
    21 echo "installing InfinityArt Kingsize Skin ..."
     21echo "installing Fine Kingsize Skin ..."
    2222echo "checking OS"
    2323if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                     
  • ipk/source/skins_fineKS_1_0/CONTROL/prerm

    r1949 r3084  
    88        echo freespace size $FREE kb
    99fi
    10 echo "removing InfinityArt Kingsize Skin"
     10echo "removing Fine Kingsize Skin"
    1111exit 0
Note: See TracChangeset for help on using the changeset viewer.