summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornalin <nalin>2002-11-18 22:16:36 +0000
committernalin <nalin>2002-11-18 22:16:36 +0000
commit8a360c32bd3350b6be9df7cc8cbdd2da3ab92432 (patch)
tree048f73f53861b6707174c70726a25d40b37428af
parent389e8ae0cb17281d0078c859508ea13ae9b77890 (diff)
downloadnss_directories-8a360c32bd3350b6be9df7cc8cbdd2da3ab92432.tar.gz
nss_directories-8a360c32bd3350b6be9df7cc8cbdd2da3ab92432.tar.xz
nss_directories-8a360c32bd3350b6be9df7cc8cbdd2da3ab92432.zip
add post/postun scripts to run ldconfignss_directories_0_2
-rw-r--r--nss_directories.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/nss_directories.spec b/nss_directories.spec
index fbfbfda..7fbf3d0 100644
--- a/nss_directories.spec
+++ b/nss_directories.spec
@@ -32,6 +32,10 @@ rm -fr $RPM_BUILD_ROOT
%doc README ChangeLog COPYING
/%{_lib}/libnss_directories-*.so
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
%changelog
* Mon Nov 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.2-1
- swallow parsing functions from glibc to avoid dependencies on private symbols