Ignore:
Timestamp:
Sep 9, 2013, 7:05:27 PM (13 years ago)
Author:
gost
Message:

[plugins] fix callmonitor

File:
1 edited

Legend:

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

    r23450 r23551  
    33INSTDIR="$1" 
    44PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/callmonitor1
     5
     6if [ $INSTDIR != "/var" ]; then
     7        ln -s $PLUGINDIR /var/usr/local/share/titan/plugins/callmonitor1
     8fi
    59
    610if [ -e /tmp/callmon.conf ]; then
Note: See TracChangeset for help on using the changeset viewer.