Changeset 24669 for ipk


Ignore:
Timestamp:
10/29/13 18:59:54 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/lcdsamsungskins_channel/CONTROL/prerm

    r24645 r24669  
    33NAME=lcdsamsung
    44
    5 if [ ! -e "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml.skin" ]; then
     5if [ ! -e "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml.skin" ] && [ -e "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml" ]; then
    66        echo "remove ipk skin.xml"
    77        rm "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml"
Note: See TracChangeset for help on using the changeset viewer.