diff options
author | asami <asami@FreeBSD.org> | 1998-11-10 16:44:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-10 16:44:21 +0800 |
commit | 5c9bc6ad4c9cb71a13203029fce770476499480b (patch) | |
tree | e6991bd14d0028668907851095641c382dc18993 /games/gnome-games | |
parent | ed2e02c935b46f111792897aace2921339ecfeb6 (diff) | |
download | freebsd-ports-gnome-5c9bc6ad4c9cb71a13203029fce770476499480b.tar.gz freebsd-ports-gnome-5c9bc6ad4c9cb71a13203029fce770476499480b.tar.zst freebsd-ports-gnome-5c9bc6ad4c9cb71a13203029fce770476499480b.zip |
Run ldconfig upon install and deinstall.
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index fca076e8d46f..c7345cccb33f 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -13,6 +13,8 @@ lib/libgdkcardimage.a lib/libgdkcardimage.la lib/libgdkcardimage.so lib/libgdkcardimage.so.0.30 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/gnome/apps/Games/freecell.desktop share/gnome/apps/Games/gnobots.desktop share/gnome/apps/Games/gnome-stones.desktop |