Ignore:
Timestamp:
Sep 10, 2013, 8:09:28 PM (13 years ago)
Author:
gost
Message:

[plugins] fix lcdsamsung skins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/lcdsamsungskins_Digitaluhr_blau/CONTROL/postrm

    r21395 r23646  
    11#!/bin/sh
    2 TMP=/tmp/.picon
     2INSTDIR="$1"
    33
    4 echo "successfully removed"
    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" ]; then
    7         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 kb
    10 else
    11         echo "syncing disk"
    12         sync
    13 fi
     4mv "$INSTDIR/usr/local/share/titan/plugins/lcdsamsung/originalskin.xml" "$INSTDIR/usr/local/share/titan/plugins/lcdsamsung/skin.xml"
     5
    146exit 0
Note: See TracChangeset for help on using the changeset viewer.