- Timestamp:
- Sep 8, 2013, 6:22:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/titanswaptools_callmonitor/CONTROL/postinst
r18513 r23450 1 1 #!/bin/sh 2 2 TMP=/tmp/.TOOLS 3 echo "successfully installed" 4 link=`readlink /var/swap` 5 if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then 6 SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1` 7 FREE=`expr $SPACE - 100` 8 echo new freespace size $FREE kb 9 else 10 echo "syncing disk" 11 sync 12 fi 13 14 ln -s /var/swap/titanplugins/callmonitor1 /var/usr/local/share/titan/plugins/callmonitor1 3 INSTDIR="$1" 4 PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/callmonitor1 15 5 16 6 if [ -e /tmp/callmon.conf ]; then 17 mv /var/usr/local/share/titan/plugins/callmonitor1/callmon.conf /var/usr/local/share/titan/plugins/callmonitor1/callmon.conf_org18 cp /tmp/callmon.conf /var/usr/local/share/titan/plugins/callmonitor1/callmon.conf7 mv $PLUGINDIR/callmon.conf $PLUGINDIR/callmon.conf_org 8 cp /tmp/callmon.conf $PLUGINDIR/callmon.conf 19 9 rm /tmp/callmon.conf 20 10 fi 21 11 22 echo "now you can choose the CallMonitor...."23 12 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)