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

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

fix last commit

File size: 289 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 ];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.