Changeset 23440
- Timestamp:
- Sep 8, 2013, 11:04:54 AM (13 years ago)
- Location:
- ipk/source.sh4/swapscreensaver_default_1_0
- Files:
-
- 1 deleted
- 4 edited
-
CONTROL/postinst (modified) (1 diff)
-
CONTROL/postrm (modified) (1 diff)
-
CONTROL/preinst (modified) (1 diff)
-
CONTROL/prerm (modified) (1 diff)
-
var (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/swapscreensaver_default_1_0/CONTROL/postinst
r12781 r23440 1 1 #!/bin/sh 2 TMP=/tmp/.swapscreensaver3 echo "successfully installed"4 2 5 link=`readlink /var/swap`6 if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then7 SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`8 FREE=`expr $SPACE - 100`9 echo new freespace size $FREE kb10 else11 echo "syncing disk"12 sync13 fi14 echo "please reboot your box so that the extension will be mounted..."15 3 exit 0 -
ipk/source.sh4/swapscreensaver_default_1_0/CONTROL/postrm
r12781 r23440 1 1 #!/bin/sh 2 TMP=/tmp/.swapscreensaver 2 INSTDIR="$1" 3 3 4 rm -rf /var/swap/saver/default4 rm -rf "$INSTDIR/usr/local/share/titan/saver/default" 5 5 6 echo "successfully removed"7 link=`readlink /var/swap`8 if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then9 SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`10 FREE=`expr $SPACE - 100`11 echo new freespace size $FREE kb12 else13 echo "syncing disk"14 sync15 fi16 6 exit 0 -
ipk/source.sh4/swapscreensaver_default_1_0/CONTROL/preinst
r12781 r23440 1 1 #!/bin/sh 2 #3 TMP=/tmp/.swapscreensaver4 5 model=`cat /etc/model`6 echo""7 echo "Checking your Boxtype...."8 echo "Some Plugins will not work correctly on your $model!"9 echo ""10 if [ "$model" = "" ]; then11 echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"12 echo "Aborting installation..."13 exit 114 else15 echo "Boxtype: $model OK"16 fi17 18 echo "checking swapstick"19 20 if [ ! -d /var/swap/saver/ ]; then21 echo "--------------------------"22 echo "no swapstick found...."23 echo "--------------------------"24 exit 125 fi26 echo "swapstick found...."27 link=`readlink /var/swap`28 if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then29 SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`30 FREE=`expr $SPACE - 100`31 SIZE=166032 echo "checking freespace"33 echo packege size $SIZE kb34 echo freespace size $FREE kb35 if [ "$FREE" -lt "$SIZE" ]; then36 echo "sorry no freespace left on device"37 exit 138 else39 echo ok40 fi41 else42 echo "syncing disk"43 sync44 fi45 buildgroup=`cat /etc/.buildgroup`46 echo "checking OS"47 if [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then48 echo ---------------------------49 echo DONT USE this IPK Package!!50 echo ---51 echo Only for $buildgroup Image!!52 echo ---------------------------53 exit 154 fi55 56 echo "installing Screensaver Pictures to swapstick..."57 2 58 3 exit 0 -
ipk/source.sh4/swapscreensaver_default_1_0/CONTROL/prerm
r12781 r23440 1 1 #!/bin/sh 2 TMP=/tmp/.swapscreensaver 3 link=`readlink /var/swap` 4 if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then 5 SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1` 6 FREE=`expr $SPACE - 100` 7 echo new freespace size $FREE kb 8 else 9 echo "syncing disk" 10 sync 11 fi 12 echo "removing screensaver pictures from swapstick" 2 13 3 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)