]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- no umask for scrollkeeper-update
authorfreetz <freetz@pld-linux.org>
Thu, 7 Apr 2005 17:41:00 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.199

rpm.macros

index 4eaed700b0e2d753ca18109abbd29b396c5ed873..ddef34f0436ed4af8cf6b31f3fd36d57c82ffa7f 100644 (file)
@@ -404,13 +404,11 @@ fi \
 # requires: scrollkeeper
 #
 %scrollkeeper_update_post() \
-       umask 022; \
        /usr/bin/scrollkeeper-update -q; \
        %{nil}
 
 %scrollkeeper_update_postun() \
 if [ $1 = 0 ]; then \
-       umask 022; \
        /usr/bin/scrollkeeper-update -q; \
 fi \
 %{nil}
This page took 0.041426 seconds and 4 git commands to generate.