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

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

fix plugin permtime

  • Property svn:executable set to *
File size: 161 bytes
RevLine 
[12581]1#!/bin/sh
[23622]2
[45683]3if [ -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.