Changeset 45030 for ipk/source.sh4
- Timestamp:
- Dec 17, 2020, 8:38:08 PM (5 years ago)
- Location:
- ipk/source.sh4/tools_IP-Kamera/CONTROL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst
r24155 r45030 1 1 #!/bin/sh 2 3 if [ -e /etc/.oebuild ];then 4 opkg update 5 opkg install titan-plugin-instar --dest $1 6 fi 7 2 8 INSTDIR="$1" 3 9 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar" -
ipk/source.sh4/tools_IP-Kamera/CONTROL/postrm
r24155 r45030 1 1 #!/bin/sh 2 INSTDIR="$1"3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar"4 2 5 rm -r "$PLUGINDIR" >/dev/null 2>&1 3 if [ -e /etc/.oebuild ];then 4 opkg remove titan-plugin-instar --dest $1 5 else 6 INSTDIR="$1" 7 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar" 8 9 rm -r "$PLUGINDIR" >/dev/null 2>&1 10 fi 6 11 7 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)