Changeset 45683 for ipk/source.sh4/tools_callmonitor/CONTROL
- Timestamp:
- Feb 14, 2022, 12:29:43 PM (4 years ago)
- Location:
- ipk/source.sh4/tools_callmonitor/CONTROL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/tools_callmonitor/CONTROL/postinst
r45029 r45683 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] ;then3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 4 4 opkg update 5 5 opkg install titan-plugin-callmonitor1 --dest $1 … … 9 9 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1" 10 10 11 if [ -e / tmp/callmon.conf ];then11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 12 12 mv "$PLUGINDIR/callmon.conf" "$PLUGINDIR/callmon.conf_org" 13 13 cp /tmp/callmon.conf "$PLUGINDIR/callmon.conf" -
ipk/source.sh4/tools_callmonitor/CONTROL/postrm
r45029 r45683 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] ;then3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 4 4 opkg remove titan-plugin-callmonitor1 --dest $1 5 5 else -
ipk/source.sh4/tools_callmonitor/CONTROL/preinst
r23668 r45683 3 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1" 4 4 5 if [ -e "$PLUGINDIR/callmon.conf" ];then5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 6 6 cp "$PLUGINDIR/callmon.conf" /tmp/callmon.conf 7 7 fi
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)