summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-18 17:01:24 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-18 17:01:24 +0200
commit27f7ff76096fb7f3a71a6b003cad19f0b8a2c586 (patch)
tree8ede7b59dee84eaaf205393162e2fc661b5d6009 /bin/pkg
parent267a339bfd548169b54c5ae1b3070477f8c4b91f (diff)
pkg: Call checklinks with long options for better readability
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index c27d1f5..8d1aaf9 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -437,7 +437,7 @@ function global_hook {
pre-remove)
exec_hook $1 pre-remove
genocide_collected $1
- checklinks $CL_OPTIONS -r
+ checklinks $CL_OPTIONS --remove
list_package_remove $1
update_provides $1
;;