source: ipk/source.sh4/browser_netsurf/CONTROL/postinst@ 46249

Last change on this file since 46249 was 46249, checked in by obi, 4 years ago

fix ipkg postinst

  • Property svn:executable set to *
File size: 186 bytes
RevLine 
[12581]1#!/bin/sh
[23622]2
[46249]3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
[43292]4 opkg update
5 opkg install titan-plugin-browser --dest $1
[45000]6 opkg install titan-netsurf
[43292]7fi
8
9exit 0
Note: See TracBrowser for help on using the repository browser.