Ignore:
Timestamp:
Feb 14, 2022, 12:29:43 PM (4 years ago)
Author:
obi
Message:

fix plugin permtime

File:
1 edited

Legend:

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

    r23918 r45683  
    44echo prerm INSTDIR $INSTDIR
    55
    6 if [ ! -e "$INSTDIR/etc/minidlna.conf.minidlna" ]; then
     6if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    77        echo "remove tpk minidlna.conf"
    88        rm -f "$INSTDIR/etc/minidlna.conf"
Note: See TracChangeset for help on using the changeset viewer.