diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-18 17:01:24 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-18 17:01:24 +0200 |
commit | 27f7ff76096fb7f3a71a6b003cad19f0b8a2c586 (patch) | |
tree | 8ede7b59dee84eaaf205393162e2fc661b5d6009 | |
parent | 267a339bfd548169b54c5ae1b3070477f8c4b91f (diff) |
pkg: Call checklinks with long options for better readability
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |