Ignore:
Timestamp:
Feb 14, 2022, 12:29:43 PM (4 years ago)
Author:
obi
Message:

fix plugin permtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/tools_callmonitor/CONTROL/postinst

    r45029 r45683  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ];then
     3if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    44        opkg update
    55        opkg install titan-plugin-callmonitor1 --dest $1
     
    99PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1"
    1010
    11 if [ -e /tmp/callmon.conf ]; then
     11if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    1212        mv "$PLUGINDIR/callmon.conf" "$PLUGINDIR/callmon.conf_org"
    1313        cp /tmp/callmon.conf "$PLUGINDIR/callmon.conf"
Note: See TracChangeset for help on using the changeset viewer.