Changeset 23640 for ipk/source/skins_default/CONTROL
- Timestamp:
- Sep 10, 2013, 7:28:16 PM (13 years ago)
- Location:
- ipk/source/skins_default/CONTROL
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source/skins_default/CONTROL/postinst
r16391 r23640 1 1 #!/bin/sh 2 TMP=/tmp/.titanskin3 echo "successfully installed"4 echo "syncing disk"5 sync6 7 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then8 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`9 FREE=`expr $SPACE - 100`10 echo new freespace size $FREE kb11 else12 echo "syncing disk"13 sync14 fi15 2 16 3 exit 0 -
ipk/source/skins_default/CONTROL/postrm
r17124 r23640 1 1 #!/bin/sh 2 TMP=/tmp/.skin 2 INSTDIR="$1" 3 3 4 PLUGINDIR=/var/usr/local/share/titan/skin/default 5 rm -rf /var/usr/local/share/titan/skin/default 4 if [ "$INSTDIR" == "/var" ]; then 5 rm -rf "$INSTDIR/usr/local/share/titan/skin/default" 6 6 7 echo "successfully removed" 8 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then 9 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1` 10 FREE=`expr $SPACE - 100` 11 echo new freespace size $FREE kb 12 else 13 echo "syncing disk" 14 sync 7 echo "restore default skin" 8 ln -s /lib/titan/default "$INSTDIR/usr/local/share/titan/skin/default" 9 rm -rf "$INSTDIR/etc/titan/skinconfig" 10 cp -a /lib/titan/default/skinconfig.default "$INSTDIR/etc/titan/skinconfig" 15 11 fi 16 12 17 echo "restore default skin"18 ln -s /lib/titan/default /var/usr/local/share/titan/skin/default19 rm -rf /var/etc/titan/skinconfig20 cp -a /lib/titan/default/skinconfig.default /var/etc/titan/skinconfig21 22 13 exit 0 -
ipk/source/skins_default/CONTROL/preinst
r16391 r23640 1 1 #!/bin/sh 2 # 3 TMP=/tmp/.titanskin 2 INSTDIR="$1" 4 3 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" = "" ]; then 11 echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!" 12 echo "Aborting installation..." 13 exit 1 14 else 15 echo "Boxtype: $model OK" 4 if [ "$INSTDIR" == "/var" ]; then 5 rm -rf "$INSTDIR/usr/local/share/titan/skin/default" 16 6 fi 17 7 18 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then19 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`20 FREE=`expr $SPACE - 100`21 SIZE=72022 echo "checking freespace"23 echo packege size $SIZE kb24 echo freespace size $FREE kb25 if [ "$FREE" -lt "$SIZE" ]; then26 echo "sorry no freespace left on device"27 exit 128 else29 echo ok30 fi31 else32 echo "syncing disk"33 sync34 fi35 echo "installing Default Skin ..."36 37 38 rm -rf /var/usr/local/share/titan/skin/default39 8 exit 0 -
ipk/source/skins_default/CONTROL/prerm
r16391 r23640 1 1 #!/bin/sh 2 TMP=/tmp/.titanskin 3 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then 4 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1` 5 FREE=`expr $SPACE - 100` 6 echo new freespace size $FREE kb 7 else 8 echo "syncing disk" 9 sync 10 fi 11 echo "removing Default Skin" 2 12 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)