From 6bdba3e1b8ec1e03a95a015ce5583b91ec528ee6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 17 Jun 2009 12:47:40 +0200 Subject: pkg: Use $CL_OPTIONS for checklinks -r as well --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pkg b/bin/pkg index f8cbae1..09c82d2 100755 --- a/bin/pkg +++ b/bin/pkg @@ -442,7 +442,7 @@ function global_hook { pre-remove) exec_hook $1 pre-remove genocide_collected $1 - checklinks -r + checklinks $CL_OPTIONS -r list_package_remove $1 update_provides $1 ;; -- cgit v1.2.3