diff options
author | mycroft <mycroft> | 1998-03-16 04:58:40 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-16 04:58:40 +0000 |
commit | 1d54ca96a413872fa7dda2318d70e20ab7f5cffd (patch) | |
tree | 213f542820fcdb6be854e7a2e861351889624233 /emulators/wine | |
parent | 00101bab4854df8a0c9bd6dc2411f56c4e0d7f33 (diff) | |
download | pkgsrc-1d54ca96a413872fa7dda2318d70e20ab7f5cffd.tar.gz |
Run ldconfig at installation time.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/pkg/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine/pkg/PLIST b/emulators/wine/pkg/PLIST index c04d46ccd4a..144c72f77d8 100644 --- a/emulators/wine/pkg/PLIST +++ b/emulators/wine/pkg/PLIST @@ -3,4 +3,6 @@ include/wine/wintypes.h lib/libwine.so.1.0 bin/wine man/man1/wine.1 +@exec /sbin/ldconfig || /usr/bin/true +@unexec /sbin/ldconfig || /usr/bin/true @dirrm include/wine |