summaryrefslogtreecommitdiff
path: root/source3/script/uninstallbin.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller1-13/+15
with the new rules: uninstallservers uninstalldat, uninstallswat (calles uninstallmsg), uninstallmodules, uninstallclientlib, and uninstalllibmsrpc. We still leave directories. We might try to remove the dirs we created in reverse order. The new uninstall scripts are sym links to the respective install scripts. Inside we set mode to install or uninstall. installservers is now used to install the servers. These are no longer installed with installbin. (This used to be commit 43549301b937c060742840054017b31bf3781e04)
2003-10-06cosmetic fix when DESTDIR=/ (default)Gerald Carter1-4/+4
(This used to be commit e660b5752aa129c49b0b665845de2fe4c160be00)
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-2/+2
should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code (This used to be commit d3998307adc50ba50defe610cb656c73799ae3b9)
1998-08-10fixed the installation scripts for the new layoutAndrew Tridgell1-7/+6
(This used to be commit 60cdb83f3f6dfd7755e46254662245a82a8ef498)
1996-07-05Added uninstallation from Makefile, either in parts or total uninstallSamba Release Account1-0/+43
Dan (This used to be commit b6343dd09cdbc52677975405c2a85595ad152e8c)