Ignore:
Timestamp:
Feb 14, 2022, 1:05:52 PM (4 years ago)
Author:
obi
Message:

fix

Location:
ipk/source.sh4/network_xupnpd/CONTROL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/network_xupnpd/CONTROL/postinst

    r45684 r45685  
    77mkdir $INSTDIR/etc/xupnpd/config
    88
    9 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
     9if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    1010        opkg update
    1111        opkg install titan-plugin-xupnpd --dest $1
  • ipk/source.sh4/network_xupnpd/CONTROL/postrm

    r45684 r45685  
    66rm -rf $INSTDIR/etc/xupnpd >/dev/null 2>&1
    77
    8 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
     8if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    99        opkg remove titan-plugin-xupnpd --dest $1
    1010fi
Note: See TracChangeset for help on using the changeset viewer.