Ignore:
Timestamp:
Oct 19, 2013, 9:55:38 PM (12 years ago)
Author:
tobayer
Message:

[TPK samba] update control files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/network_samba/CONTROL/postrm

    r24435 r24447  
    11#!/bin/sh
     2INSTDIR="$1"
     3
     4if [ "$INSTDIR" != "/var" ]; then
     5        rm -rf /var/bin/smbd > /dev/null 2>&1
     6        rm -rf /var/bin/nmbd > /dev/null 2>&1
     7fi
    28
    39if [ -f /mnt/config/start-config ]; then
    4         echo "deactivate samba..."
    510        sed -i s#"sambaserver=y"#"sambaserver=n"#g /mnt/config/start-config
    611fi
Note: See TracChangeset for help on using the changeset viewer.