Changeset 3789
- Timestamp:
- Aug 17, 2010, 12:19:56 PM (16 years ago)
- Location:
- ipk/source
- Files:
-
- 1 deleted
- 2 edited
-
emus_incubuscamd_0_55 (deleted)
-
picons_HD_astra19.2_1_0/CONTROL/control (modified) (2 diffs)
-
picons_HD_astra19.2_1_0/CONTROL/preinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source/picons_HD_astra19.2_1_0/CONTROL/control
r3783 r3789 1 Package: enigma2-plugin-picons- hd.picons.astra19.21 Package: enigma2-plugin-picons-piconshd.astra19.2 2 2 Version: 1.0 3 3 Architecture: sh4 … … 8 8 Homepage: http://www.aaf-digital.info 9 9 Source: http://www.aaf-digital.info 10 Description: 3d HD Picons for Astra 19.2 from 06.08.2010 10 Description: 3d HD Picons for Astra 19.2 from 06.08.2010 ! HD size for HD and Kingsize Skins! -
ipk/source/picons_HD_astra19.2_1_0/CONTROL/preinst
r3786 r3789 21 21 echo "detected USB Image...." 22 22 echo "ok..." 23 elif [ "$model" = "ufs912" ] ; then23 elif [ "$model" = "ufs912" ] || [ "$model" = "at7000" ] || [ "$model" = "at700" ]; then 24 24 echo "detected Boxtype : $model...." 25 25 echo "ok..." 26 if [ `ls -la /var/usr/local/share/enigma2 | grep "/var/swap/picon" | wc -l` -ge 1 ]; then 27 echo "check ok...installing to swap...." 28 else 29 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then 30 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1` 31 FREE=`expr $SPACE - 100` 32 SIZE=4150 33 echo "checking freespace in flash" 34 echo packege size $SIZE kb 35 echo freespace size $FREE kb 36 if [ "$FREE" -lt "$SIZE" ]; then 37 echo "sorry no freespace left on device" 38 echo "ERROR: this package will not fit in your flash..." 39 echo "...you need a swapstick to install the package on your $model...!" 40 echo "aborting installation..." 41 exit 1 42 else 43 echo freespace ok 44 fi 45 fi 46 fi 26 47 else 27 48 if [ `ls -la /var/usr/local/share/enigma2 | grep "/var/swap/picon" | wc -l` -ge 1 ]; then
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)