source: ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst@ 40887

Last change on this file since 40887 was 24156, checked in by nit, 13 years ago
  • Property svn:executable set to *
File size: 285 bytes
RevLine 
[13129]1#!/bin/sh
[23448]2INSTDIR="$1"
[23669]3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1"
[15907]4
5if [ `cat /proc/version | grep stm24 | wc -l` -eq 1 ]; then
6 cd /tmp/stm24
7else
8 cd /tmp/stm23
9fi
[23669]10cp -RP lcdpearl1 "$INSTDIR/usr/local/share/titan/plugins"
[15907]11cd /tmp
[15994]12rm -rf stm24
13rm -rf stm23
[15907]14
[13129]15exit 0
Note: See TracBrowser for help on using the repository browser.