source: ipk/source.arm/tools_lcdsamsung/CONTROL/prerm @ 44575

Last change on this file since 44575 was 44575, checked in by gost, 4 years ago

lcdsamsung save skin.xml after delete

  • Property svn:executable set to *
File size: 140 bytes
Line 
1#!/bin/sh
2INSTDIR="$1" 
3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdsamsung"
4
5mv "$PLUGINDIR/skin.xml" /tmp/skin.xml_sam
6
7exit 0
Note: See TracBrowser for help on using the repository browser.