[Fusionforge-commits] FusionForge branch master updated. 57f1ca92ddfc3b3ec885ebb6c67a1ab3147c81fe

Sylvain Beucler beuc-inria at fusionforge.org
Tue Mar 25 15:04:26 CET 2014


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 "FusionForge".

The branch, master has been updated
       via  57f1ca92ddfc3b3ec885ebb6c67a1ab3147c81fe (commit)
      from  c118ddf6b3470c25c74a5963d105026ea6f7c826 (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 57f1ca92ddfc3b3ec885ebb6c67a1ab3147c81fe
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue Mar 25 15:04:06 2014 +0100

    VM: simplify uninstall.sh

diff --git a/vm/scripts/uninstall.sh b/vm/scripts/uninstall.sh
index 2095a7c..b99fab8 100755
--- a/vm/scripts/uninstall.sh
+++ b/vm/scripts/uninstall.sh
@@ -1,2 +1,2 @@
 #!/bin/bash
-aptitude purge $(dpkg -l '*forge*' | grep -E '^(ii|rc)' | cut -b5- | awk '{print $1}')
+aptitude purge ~nforge

-----------------------------------------------------------------------

Summary of changes:
 vm/scripts/uninstall.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list