source: ipk/source.sh4/networklib_libsmbclient_3_0_28b/CONTROL/postrm@ 23569

Last change on this file since 23569 was 23438, checked in by nit, 13 years ago
  • Property svn:executable set to *
File size: 182 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4echo "creating LINK in /var/bin/ to original smbd"
5rm /var/lib/libsmbclient.so.0
6ln -s "$INSTDIR/lib/libsmbclient.so.0" /var/usr/lib/libsmbclient.so.0
7
8exit 0
Note: See TracBrowser for help on using the repository browser.