Changeset 24671 for ipk/source/lcdsamsungskins_channel/CONTROL
- Timestamp:
- Oct 29, 2013, 8:01:50 PM (12 years ago)
- Location:
- ipk/source/lcdsamsungskins_channel/CONTROL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source/lcdsamsungskins_channel/CONTROL/postinst
r24645 r24671 1 1 #!/bin/sh 2 INSTDIR="$1"3 NAME=lcdsamsung4 5 if [ ! -e "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml" ]; then6 echo "use ipk skin file: skin.xml"7 echo "rename $INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml.skin > $INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml"8 mv "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml.skin" "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml"9 else10 echo "found user skin file: skin.xml"11 echo "skip ipk skin file: skin.xml.skin"12 fi13 2 14 3 exit 0 -
ipk/source/lcdsamsungskins_channel/CONTROL/preinst
r24645 r24671 1 1 #!/bin/sh 2 INSTDIR="$1"3 NAME=lcdsamsung4 5 if [ ! -e "/var/usr/local/share/titan/plugins/$NAME" ] && [ ! -e "/var/swap/usr/local/share/titan/plugins/$NAME" ] && [ ! -e "/mnt/swapextensions/usr/local/share/titan/plugins/$NAME" ]; then6 echo "ERROR: Install Tools/$NAME"7 exit 18 fi9 2 10 3 exit 0 -
ipk/source/lcdsamsungskins_channel/CONTROL/prerm
r24669 r24671 1 1 #!/bin/sh 2 INSTDIR="$1"3 NAME=lcdsamsung4 5 if [ ! -e "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml.skin" ] && [ -e "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml" ]; then6 echo "remove ipk skin.xml"7 rm "$INSTDIR/usr/local/share/titan/plugins/$NAME/skin.xml"8 fi9 2 10 3 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)