]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
use %post -p syntax
authorewt <ewt>
Tue, 8 Jul 1997 17:55:52 +0000 (17:55 +0000)
committerewt <ewt>
Tue, 8 Jul 1997 17:55:52 +0000 (17:55 +0000)
newt.spec

index 3e394312b626ce2c8e747a88315f7458360b7ccd..58165d81c34b61113d97ec8bb292c08402341596 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -37,11 +37,9 @@ rm -rf /usr/lib/libnewt*
 make install
 make install-sh
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %changelog