Remove smbmount.
[kai/samba-autobuild/.git] / source3 / script / uninstallbin.sh.in
index e1bbf6ecb135d650882ab525c4448e5b1f88080f..8064db8d95b6dcfb4028ea0cfddd6c4be4521152 100755 (executable)
@@ -26,12 +26,6 @@ for p in $*; do
       echo "Cannot remove $DESTDIR/$BINDIR/$p2 ... does $USER have privileges? "
     fi
   fi
-
-  # this is a special case, mount needs this in a specific location
-  if test "$p2" = smbmount -a -f "$DESTDIR/sbin/mount.smbfs"; then
-    echo "Removing $DESTDIR/sbin/mount.smbfs "
-    rm -f "$DESTDIR/@rootsbindir@/sbin/mount.smbfs"
-  fi
 done