The branch, master has been updated via 733c25a15768cb4294cb9dec3c347d6f87364bcc (commit) from 13b418c3d2424c40f954b600e284673181ba6a42 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 733c25a15768cb4294cb9dec3c347d6f87364bcc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jul 28 17:12:46 2011 +0200 also uninstall x2gosqlitewrapper (explicitly) ----------------------------------------------------------------------- Summary of changes: x2goserver/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/x2goserver/Makefile b/x2goserver/Makefile index 6a82e6d..ca4851d 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -94,6 +94,7 @@ uninstall_scripts: for file in $(BIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(BINDIR)/$$file; done for file in $(SBIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(SBINDIR)/$$file; done for file in $(LIB_FILES); do $(RM_FILE) $(DESTDIR)$(LIBDIR)/$$file; done + $(RM_FILE) $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper $(RM_DIR) $(DESTDIR)$(LIBDIR) || true uninstall_config: hooks/post-receive -- x2goserver.git (X2go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2go Server).