source: ipk/source.sh4/tools_lcdsamsung/CONTROL/preinst@ 42657

Last change on this file since 42657 was 41796, checked in by gost, 8 years ago

[plugins] save skin.xml before install

  • Property svn:executable set to *
File size: 203 bytes
RevLine 
[16960]1#!/bin/sh
[23449]2INSTDIR="$1"
[23669]3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdsamsung"
[16960]4
[41796]5if [ -e "$PLUGINDIR/skin.xml" ]; then
6 cp "$PLUGINDIR/skin.xml" /tmp/skin.xml_sam
7fi
8
[23669]9rm -rf "$PLUGINDIR"
[16960]10
11exit 0
Note: See TracBrowser for help on using the repository browser.