[debian-edu-commits] debian-edu/ 01/01: debian/debian-edu-config.postrm: Drop superfluous condition.
    Wolfgang Schweer 
    schweer-guest at moszumanska.debian.org
       
    Fri Feb  9 16:59:37 UTC 2018
    
    
  
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit 7922d27cf31eddc6598d21dd595a4e2a0cca669d
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Fri Feb 9 17:58:50 2018 +0100
    debian/debian-edu-config.postrm: Drop superfluous condition.
---
 debian/debian-edu-config.postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/debian-edu-config.postrm b/debian/debian-edu-config.postrm
index 852a7bd..73a9ca5 100644
--- a/debian/debian-edu-config.postrm
+++ b/debian/debian-edu-config.postrm
@@ -49,7 +49,7 @@ case "$1" in
 	fi
 
         # Don't leave copied gosa file behind
-	if [ -e /etc/gosa/gosa.conf ] && grep -q Managed-by /etc/gosa/gosa.conf ; then
+	if grep -q Managed-by /etc/gosa/gosa.conf ; then
 	    rm /etc/gosa/gosa.conf
 	fi
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
    
    
More information about the debian-edu-commits
mailing list