Changeset 6522 for ipk/source
- Timestamp:
- Mar 20, 2011, 4:36:22 PM (15 years ago)
- Location:
- ipk/source/keymaps_ufs910_at7000_at700_neutrino_1_3/CONTROL
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source/keymaps_ufs910_at7000_at700_neutrino_1_3/CONTROL/control
r6519 r6522 1 Package: enigma2-plugin- swapnetwork-wlan2 Version: 3.03 Description: !!!ONLY FOR UFS910 !!! network connections via usb wireless adapters based on zydas and ralink(-n) chipsets4 Section: network1 Package: enigma2-plugin-keymaps-ufs910.at7000.at700.neutrino 2 Version: 1.3 3 Description: !!!ONLY FOR UFS910 , AT7000 or AT 700!!! With "Neutrino Keymap" the assignment of keys is neutrino like 4 Section: keymaps 5 5 Priority: optional 6 6 Maintainer: AAF Forum 7 7 Architecture: sh4 8 OE: WLAN plugin for swapstick8 OE: keymaps 9 9 Homepage: http://www.aaf-digital.info 10 10 Depends: -
ipk/source/keymaps_ufs910_at7000_at700_neutrino_1_3/CONTROL/postinst
r6519 r6522 1 1 #!/bin/sh 2 TMP=/tmp/. wlan2 TMP=/tmp/.keymaps 3 3 echo "successfully installed" 4 4 echo "syncing disk" … … 9 9 echo new freespace size $FREE kb 10 10 fi 11 echo "please plug your wifi adapter in a free usb port and reboot your box"12 11 exit 0 -
ipk/source/keymaps_ufs910_at7000_at700_neutrino_1_3/CONTROL/postrm
r6519 r6522 1 1 #!/bin/sh 2 TMP=/tmp/. wlan2 TMP=/tmp/.keymaps 3 3 4 4 echo "successfully removed" 5 6 5 echo "syncing disk" 7 6 sync 8 7 echo "restoring keymap.xml.neutrino -> keymap.xml" 8 mv /var/usr/local/share/enigma2/keymap.xml.neutrino /var/usr/local/share/enigma2/keymap.xml 9 sync 9 10 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then 10 11 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1` -
ipk/source/keymaps_ufs910_at7000_at700_neutrino_1_3/CONTROL/preinst
r6519 r6522 1 1 #!/bin/sh 2 2 # 3 TMP=/tmp/. wlan3 TMP=/tmp/.keymaps 4 4 echo "syncing disk" 5 5 sync … … 10 10 echo "Some Plugins will not work correctly on your $model!" 11 11 echo "" 12 if [ "$model" = "ufs910" ] ; then12 if [ "$model" = "ufs910" ] || [ "$model" = "at7000" ] || [ "$model" = "at700" ] || [ "$model" = "at7500" ]; then 13 13 echo "Boxtype: $model OK" 14 14 else … … 21 21 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1` 22 22 FREE=`expr $SPACE - 100` 23 SIZE= 21024 echo "checking freespace ..."23 SIZE=15 24 echo "checking freespace" 25 25 echo packege size $SIZE kb 26 26 echo freespace size $FREE kb 27 27 if [ "$FREE" -lt "$SIZE" ]; then 28 echo "sorry no freespace left on device !"28 echo "sorry no freespace left on device" 29 29 exit 1 30 30 else 31 31 echo ok 32 32 fi 33 34 echo "checking swapstick..." 35 if [ ! -d /var/swap/bin/ ]; then 36 echo "no swapstick found!" 37 exit 1 38 fi 39 echo "swapstick found!" 40 fi 41 33 fi 34 echo "installing keymap ..." 42 35 echo "checking OS" 43 36 if [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then … … 49 42 exit 1 50 43 fi 51 echo "installing wireless plugin ..." sync 44 echo "backing up keymap.xml -> keymap.xml.neutrino" 45 mv /var/usr/local/share/enigma2/keymap.xml /var/usr/local/share/enigma2/keymap.xml.neutrino 46 sync 52 47 exit 0 -
ipk/source/keymaps_ufs910_at7000_at700_neutrino_1_3/CONTROL/prerm
r6519 r6522 1 1 #!/bin/sh 2 TMP=/tmp/. wlan2 TMP=/tmp/.keymaps 3 3 echo "syncing disk" 4 4 sync … … 8 8 echo freespace size $FREE kb 9 9 fi 10 echo "removing wireless plugin"10 echo "removing keymap" 11 11 exit 0
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)