source:
ipk/source.sh4/network_samba/CONTROL/postrm@
45683
| Last change on this file since 45683 was 45683, checked in by , 4 years ago | |
|---|---|
| File size: 317 bytes | |
| Rev | Line | |
|---|---|---|
| [13993] | 1 | #!/bin/sh |
| [24447] | 2 | INSTDIR="$1" |
| [13993] | 3 | |
| [45683] | 4 | if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then |
| [24447] | 5 | rm -rf /var/bin/smbd > /dev/null 2>&1 |
| 6 | rm -rf /var/bin/nmbd > /dev/null 2>&1 | |
| 7 | fi | |
| 8 | ||
| [35666] | 9 | rm /mnt/config/smb.conf |
| 10 | ||
| [45683] | 11 | if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then |
| [24435] | 12 | sed -i s#"sambaserver=y"#"sambaserver=n"#g /mnt/config/start-config |
| 13 | fi | |
| 14 | ||
| 15 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)