- Timestamp:
- Sep 7, 2013, 10:35:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/lcdpearlskins_atemio_style/CONTROL/postrm
r13845 r23424 1 1 #!/bin/sh 2 TMP=/tmp/.TOOLS 2 INSTDIR="$1" 3 3 4 mv /var/swap/titanplugins/lcdpearl1/originalskin.xml /var/swap/titanplugins/lcdpearl1/skin.xml 5 echo "Originalskin wird wieder hergestellt....." 4 mv "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/originalskin.xml" "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/skin.xml" 6 5 7 8 echo "Erfolgreich deinstalliert"9 if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then10 SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`11 FREE=`expr $SPACE - 100`12 echo new freespace size $FREE kb13 else14 sync15 fi16 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)