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 /lang/tcl84 | |
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 'lang/tcl84')
-rw-r--r-- | lang/tcl84/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl84/pkg-plist b/lang/tcl84/pkg-plist index 2b3b8cce7119..eb26f79afd0d 100644 --- a/lang/tcl84/pkg-plist +++ b/lang/tcl84/pkg-plist @@ -13,6 +13,7 @@ include/tcl8.1/unix/tclUnixPort.h lib/libtcl81.a lib/libtcl81.so.1.0 @exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R lib/tcl8.1/auto.tcl lib/tcl8.1/encoding/ascii.enc lib/tcl8.1/encoding/big5.enc |