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

fix

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

Legend:

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

    r45684 r45685  
    66echo PLUGINDIR $PLUGINDIR
    77
    8 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
     8if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    99        opkg update
    1010        opkg install minidlna --dest $1
  • ipk/source.sh4/network_dlna/CONTROL/postrm

    r45684 r45685  
    55rm -rf "$PLUGINDIR" >/dev/null 2>&1
    66
    7 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
     7if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    88        opkg remove minidlna --dest $1
    99fi
Note: See TracChangeset for help on using the changeset viewer.