source: ipk/source/lcdsamsungskins_channel/CONTROL/prerm@ 24645

Last change on this file since 24645 was 24645, checked in by obi, 13 years ago

[tpk] fix lcdsamsungskins

File size: 218 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3NAME=lcdsamsung
4
5if [ ! -e "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml.skin" ]; then
6 echo "remove ipk skin.xml"
7 rm "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml"
8fi
9
10exit 0
Note: See TracBrowser for help on using the repository browser.