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 /print | |
parent | 0d782611b6b2df8659d94ff69eab65ba1fa23d02 (diff) | |
download | freebsd-ports-graphics-81ec5b84e9e45a3e826892b965fc3b2fc8b52b80.tar.gz freebsd-ports-graphics-81ec5b84e9e45a3e826892b965fc3b2fc8b52b80.tar.zst freebsd-ports-graphics-81ec5b84e9e45a3e826892b965fc3b2fc8b52b80.zip |
Execute `ldconfig -R' at the pkg_delete step.
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps-letter/pkg-plist | 1 | ||||
-rw-r--r-- | print/freetype/pkg-plist | 1 | ||||
-rw-r--r-- | print/freetype2/pkg-plist | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/print/a2ps-letter/pkg-plist b/print/a2ps-letter/pkg-plist index 420d562e859..83e56ccbc0a 100644 --- a/print/a2ps-letter/pkg-plist +++ b/print/a2ps-letter/pkg-plist @@ -23,6 +23,7 @@ lib/liba2ps.a lib/liba2ps.la lib/liba2ps.so.1.0 @exec /sbin/ldconfig -R %B +@unexec /sbin/ldconfig -R man/man1/a2ps.1.gz man/man1/ogonkify.1.gz share/a2ps/README diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist index 6996c394fd3..6dba7680153 100644 --- a/print/freetype/pkg-plist +++ b/print/freetype/pkg-plist @@ -13,3 +13,4 @@ lib/libttf.la lib/libttf.so lib/libttf.so.1.0 @exec ldconfig -m %B +@unexec /sbin/ldconfig -R diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist index 6996c394fd3..6dba7680153 100644 --- a/print/freetype2/pkg-plist +++ b/print/freetype2/pkg-plist @@ -13,3 +13,4 @@ lib/libttf.la lib/libttf.so lib/libttf.so.1.0 @exec ldconfig -m %B +@unexec /sbin/ldconfig -R |