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_samba/CONTROL/postrm

    r35666 r45683  
    22INSTDIR="$1"
    33
    4 if [ "$INSTDIR" != "/var" ]; then
     4if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    55        rm -rf /var/bin/smbd > /dev/null 2>&1
    66        rm -rf /var/bin/nmbd > /dev/null 2>&1
     
    99rm /mnt/config/smb.conf
    1010
    11 if [ -f /mnt/config/start-config ]; then
     11if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    1212        sed -i s#"sambaserver=y"#"sambaserver=n"#g /mnt/config/start-config
    1313fi
Note: See TracChangeset for help on using the changeset viewer.