[med-svn] [shiny-server] 06/08: --remove-all-files does to expensive search in file system - use --remove-home instead

Andreas Tille tille at debian.org
Mon Mar 27 15:04:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository shiny-server.

commit 88485bd373cc220b1f9ab77e2b62712170fda5f8
Author: Andreas Tille <tille at debian.org>
Date:   Mon Mar 27 13:15:48 2017 +0200

    --remove-all-files does to expensive search in file system - use --remove-home instead
---
 debian/postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postrm b/debian/postrm
index 52e23cb..6c97cd2 100755
--- a/debian/postrm
+++ b/debian/postrm
@@ -6,7 +6,7 @@ set -e
 rm -rf /var/shiny-server/sockets
 
 if [ "$1" = "purge" ] ; then
-    deluser --remove-all-files --system shiny
+    deluser --remove-home --system shiny
     delgroup --system shiny
 fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/shiny-server.git



More information about the debian-med-commit mailing list