Changeset 43290 for ipk/source.arm/network_xupnpd
- Timestamp:
- 01/23/19 23:00:20 (3 years ago)
- Location:
- ipk/source.arm/network_xupnpd/CONTROL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.arm/network_xupnpd/CONTROL/postinst
r39499 r43290 7 7 mkdir $INSTDIR/etc/xupnpd/config 8 8 9 if [ -e /etc/.oebuild ];then 10 opkg update 11 opkg install titan-plugin-xupnpd --dest $1 12 fi 13 9 14 exit 0 -
ipk/source.arm/network_xupnpd/CONTROL/postrm
r39499 r43290 6 6 rm -rf $INSTDIR/etc/xupnpd >/dev/null 2>&1 7 7 8 if [ -e /etc/.oebuild ];then 9 opkg remove titan-plugin-xupnpd --dest $1 10 fi 11 8 12 exit 0
Note: See TracChangeset
for help on using the changeset viewer.