]> git.pld-linux.org Git - packages/file-roller.git/commitdiff
- missing umask 022
authorpaladine <paladine@pld-linux.org>
Wed, 6 Apr 2005 11:18:31 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    file-roller.spec -> 1.63

file-roller.spec

index d4b2396d67c6f7c39bad7d87e9ae6ba58c86e529..c2694eb34f6d418237fdfb46da3b642b127c13d9 100644 (file)
@@ -104,6 +104,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/{mime-info,application-registry}
 rm -rf $RPM_BUILD_ROOT
 
 %post
+umask 022
 %gconf_schema_install /etc/gconf/schemas/file-roller.schemas
 /usr/bin/scrollkeeper-update -q
 /usr/bin/update-desktop-database
@@ -120,6 +121,7 @@ fi
 
 %postun
 if [ $1 = 0 ]; then
+       umask 022
        /usr/bin/scrollkeeper-update -q
        /usr/bin/update-desktop-database
 fi
This page took 0.117513 seconds and 4 git commands to generate.