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

Last change on this file since 43292 was 43292, checked in by obi, 5 years ago

update sh4 tpk for oebuild

  • Property svn:executable set to *
File size: 188 bytes
Line 
1#!/bin/sh
2INSTDIR="$1" 
3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1"
4
5if [ -e /etc/.oebuild ];then
6        opkg update
7        opkg install titan-plugin-lcdpearl1 --dest $1
8fi
9
10exit 0
Note: See TracBrowser for help on using the repository browser.