Changeset 45683 for ipk/source.arm/network_xupnpd
- Timestamp:
- 02/14/22 12:29:43 (6 months ago)
- Location:
- ipk/source.arm/network_xupnpd/CONTROL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.arm/network_xupnpd/CONTROL/postinst
r43290 r45683 7 7 mkdir $INSTDIR/etc/xupnpd/config 8 8 9 if [ -e /etc/.oebuild ] ;then9 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 10 10 opkg update 11 11 opkg install titan-plugin-xupnpd --dest $1 -
ipk/source.arm/network_xupnpd/CONTROL/postrm
r43290 r45683 6 6 rm -rf $INSTDIR/etc/xupnpd >/dev/null 2>&1 7 7 8 if [ -e /etc/.oebuild ] ;then8 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 9 9 opkg remove titan-plugin-xupnpd --dest $1 10 10 fi
Note: See TracChangeset
for help on using the changeset viewer.