]> git.pld-linux.org Git - packages/attr.git/commitdiff
- run ldconfig in %%post(un)
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 3 Jan 2002 18:12:40 +0000 (18:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    attr.spec -> 1.11

attr.spec

index 8b463507b8b346d7a17ec6a9b97f71ede6283b9b..2f4135ef44fd6a1ee43e5b8a495093c3974a3fab 100644 (file)
--- a/attr.spec
+++ b/attr.spec
@@ -79,6 +79,9 @@ gzip -9nf doc/CHANGES
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc doc/*.gz
This page took 0.075747 seconds and 4 git commands to generate.