diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-10 08:44:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-10 08:44:21 +0000 |
commit | 23b51c3b5725e4b860c8f6a76cc674a0d74bd619 (patch) | |
tree | 14961ffbf3e80071eaa801be917b737be2edf543 /games/gnomegames | |
parent | Pass the GNUARCH value to `configure' to force the detection of an ELF system. (diff) |
Run ldconfig upon install and deinstall.
Notes
Notes:
svn path=/head/; revision=14443
Diffstat (limited to 'games/gnomegames')
-rw-r--r-- | games/gnomegames/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gnomegames/pkg-plist b/games/gnomegames/pkg-plist index fca076e8d46f..c7345cccb33f 100644 --- a/games/gnomegames/pkg-plist +++ b/games/gnomegames/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 |