source: ipk/source.arm/tools_lcdsamsung/CONTROL/preinst @ 43290

Last change on this file since 43290 was 41796, checked in by gost, 6 years ago

[plugins] save skin.xml before install

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