Changeset 23621 for ipk/source.sh4/infos_stock/CONTROL/postrm
- Timestamp:
- Sep 10, 2013, 2:43:12 PM (13 years ago)
- File:
-
- 1 edited
-
ipk/source.sh4/infos_stock/CONTROL/postrm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/infos_stock/CONTROL/postrm
r15575 r23621 1 1 #!/bin/sh 2 TMP=/tmp/.infos 3 PLUGINDIR=/usr/lib/enigma2/python/Plugins/Extensions/stock 4 rm -r $PLUGINDIR > /dev/null 2>&1 2 INSTDIR="$1" 5 3 6 echo "successfully removed" 7 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then 8 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 kb 11 else 12 echo "syncing disk" 13 sync 14 fi 4 rm -rf "$INSTDIR/usr/local/share/titan/plugins/stock" 5 15 6 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)