[Piuparts-commits] [piuparts] 01/07: rework exception handling in pre_remove_40_find_unowned_lib_links

Holger Levsen holger at moszumanska.debian.org
Fri Jul 3 09:37:45 UTC 2015


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

holger pushed a commit to branch develop
in repository piuparts.

commit 16c4885ee576e7d5c9ca47dfbbc959b97e72e669
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Jun 30 18:48:11 2015 +0200

    rework exception handling in pre_remove_40_find_unowned_lib_links
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_remove_40_find_unowned_lib_links | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/custom-scripts/scripts/pre_remove_40_find_unowned_lib_links b/custom-scripts/scripts/pre_remove_40_find_unowned_lib_links
index 394fea6..b2da032 100755
--- a/custom-scripts/scripts/pre_remove_40_find_unowned_lib_links
+++ b/custom-scripts/scripts/pre_remove_40_find_unowned_lib_links
@@ -15,11 +15,10 @@ do
 			case "$f" in
 				/lib/ld-lsb.so.?)
 					# created by lsb-core
-					;;
-				*)
-					echo "UNOWNED SYMLINK $f -> $rl"
+					continue
 					;;
 			esac
+			echo "UNOWNED SYMLINK $f -> $rl"
 		fi
 	done
 done

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



More information about the Piuparts-commits mailing list