summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 3d2b64f77ad..cecc7e16b5a 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -766,7 +766,8 @@ rm -rf %{buildroot}
%endif
exit 0
-%post api -p /sbin/ldconfig
+%post api
+/sbin/ldconfig
%if ( 0%{?rhel} == 5 )
%post fuse
@@ -782,7 +783,8 @@ fi
exit 0
%endif
-%post libs -p /sbin/ldconfig
+%post libs
+/sbin/ldconfig
%post server
# Legacy server
@@ -893,9 +895,11 @@ exit 0
%endif
%endif
-%postun api -p /sbin/ldconfig
+%postun api
+/sbin/ldconfig
-%postun libs -p /sbin/ldconfig
+%postun libs
+/sbin/ldconfig
%postun server
/sbin/ldconfig