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

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

fix

File size: 284 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3NAME=lcdsamsung
4
5if [ ! -e "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml.skin" ] && [ -e "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml" ]; 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.