diff options
author | tg <tg@FreeBSD.org> | 1998-05-05 13:18:48 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-05 13:18:48 +0000 |
commit | 81ec5b84e9e45a3e826892b965fc3b2fc8b52b80 (patch) | |
tree | 7c9b519fe0df4422e7bab4c6ffd24310833f8cf8 /mail | |
parent | 0d782611b6b2df8659d94ff69eab65ba1fa23d02 (diff) | |
download | FreeBSD-ports-81ec5b84e9e45a3e826892b965fc3b2fc8b52b80.zip FreeBSD-ports-81ec5b84e9e45a3e826892b965fc3b2fc8b52b80.tar.gz |
Execute `ldconfig -R' at the pkg_delete step.
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/faces/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/faces/pkg-plist b/mail/faces/pkg-plist index 1d3e809..3d538c2 100644 --- a/mail/faces/pkg-plist +++ b/mail/faces/pkg-plist @@ -8,6 +8,7 @@ man/man1/uncompface.1.gz lib/libcompface.a lib/libcompface.so.1.0 @exec /sbin/ldconfig -m %D/lib +@unexec /sbin/ldconfig -R include/compface.h man/man3/compface.3.gz man/man3/uncompface.3.gz |