summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index b0fd3c2..870065a 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -373,6 +373,7 @@ pkg_remove () {
}
exec_hook $1 "pre-remove"
genocide_collected $1
+ checklinks -r
list_remove_package $1
rm -rf $PDIR/$1
info "Package removed.\n"