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 /graphics/xpm | |
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 'graphics/xpm')
-rw-r--r-- | graphics/xpm/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xpm/pkg-plist b/graphics/xpm/pkg-plist index ade2404..c9a322a 100644 --- a/graphics/xpm/pkg-plist +++ b/graphics/xpm/pkg-plist @@ -4,5 +4,6 @@ include/X11/xpm.h lib/libXpm.a lib/libXpm.so.4.11 @exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R man/man1/cxpm.1.gz man/man1/sxpm.1.gz |