source: ipk/source.sh4/network_samba/CONTROL/postrm@ 24435

Last change on this file since 24435 was 24435, checked in by tobayer, 12 years ago

[TPK samba] fix & optimize control files

File size: 160 bytes
Line 
1#!/bin/sh
2
3if [ -f /mnt/config/start-config ]; then
4 echo "deactivate samba..."
5 sed -i s#"sambaserver=y"#"sambaserver=n"#g /mnt/config/start-config
6fi
7
8exit 0
Note: See TracBrowser for help on using the repository browser.