source:
ipk/source.sh4/network_samba/CONTROL/postinst@
23627
| Last change on this file since 23627 was 23627, checked in by , 13 years ago | |
|---|---|
| File size: 245 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | INSTDIR="$1" |
| 3 | |
| 4 | if [ "/var" != "$INSTDIR" ]; then |
| 5 | rm -rf /var/bin/smbd |
| 6 | rm -rf /var/bin/nmbd |
| 7 | ln -s "$INSTDIR/bin/smbd /var/bin/smbd" |
| 8 | ln -s "$INSTDIR/bin/nmbd /var/bin/nmbd" |
| 9 | fi |
| 10 | |
| 11 | ln -snf /var/etc/smb.conf /var/etc/samba/smb.conf |
| 12 | |
| 13 | 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)