source: ipk/source.arm/players_tithek/CONTROL/postinst @ 43278

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

test opkg install on tpk

  • Property svn:executable set to *
File size: 89 bytes
Line 
1#!/bin/sh
2
3if [ -e /etc/.build ];then
4        opkg install titan-plugin-mc --dest $1
5fi
6
7exit 0
Note: See TracBrowser for help on using the repository browser.