diff options
author | tg <tg@FreeBSD.org> | 1998-05-05 21:18:48 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-05 21:18:48 +0800 |
commit | 81ec5b84e9e45a3e826892b965fc3b2fc8b52b80 (patch) | |
tree | 7c9b519fe0df4422e7bab4c6ffd24310833f8cf8 /math/randlib | |
parent | 0d782611b6b2df8659d94ff69eab65ba1fa23d02 (diff) | |
download | freebsd-ports-gnome-81ec5b84e9e45a3e826892b965fc3b2fc8b52b80.tar.gz freebsd-ports-gnome-81ec5b84e9e45a3e826892b965fc3b2fc8b52b80.tar.zst freebsd-ports-gnome-81ec5b84e9e45a3e826892b965fc3b2fc8b52b80.zip |
Execute `ldconfig -R' at the pkg_delete step.
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Diffstat (limited to 'math/randlib')
-rw-r--r-- | math/randlib/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/randlib/pkg-plist b/math/randlib/pkg-plist index 11f25072af61..9527c6a423ae 100644 --- a/math/randlib/pkg-plist +++ b/math/randlib/pkg-plist @@ -2,6 +2,7 @@ include/ranlib.h lib/libranlib.a lib/libranlib.so.1.0 @exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R share/doc/ranlib/Basegen.c.doc share/doc/ranlib/ranlib.c.chs share/doc/ranlib/ranlib.c.fdoc |