source: ipk/source.sh4/tools_kravencfg/CONTROL/postinst@ 45685

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

fix

File size: 282 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4chmod 644 $INSTDIR/usr/local/share/titan/plugins/kravencfg/*
5chmod 755 $INSTDIR/usr/local/share/titan/plugins/kravencfg/kravencfg.sh
6
7if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
8 opkg update
9 opkg install titan-plugin-kravencfg --dest $1
10fi
11
12exit 0
Note: See TracBrowser for help on using the repository browser.