Ignore:
Timestamp:
10/09/13 14:09:01 (10 years ago)
Author:
nit
Message:

[titan] update tpk

Location:
ipk/source.sh4/tools_callmonitor/CONTROL
Files:
2 edited

Legend:

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

    r23668 r24155  
    22INSTDIR="$1" 
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1"
    4 
    5 if [ $INSTDIR != "/var" ]; then
    6         rm -rf /var/usr/local/share/titan/plugins/callmonitor1 >/dev/null 2>&1
    7         ln -sfn "$PLUGINDIR" /var/usr/local/share/titan/plugins/callmonitor1
    8 fi
    94
    105if [ -e /tmp/callmon.conf ]; then
  • ipk/source.sh4/tools_callmonitor/CONTROL/postrm

    r23668 r24155  
    55rm -rf "$PLUGINDIR" >/dev/null 2>&1
    66
    7 if [ "/var" != "$INSTDIR" ]; then
    8         rm -rf /var/usr/local/share/titan/plugins/callmonitor1
    9 fi
    10 
    117exit 0
Note: See TracChangeset for help on using the changeset viewer.