]> git.pld-linux.org Git - packages/epiphany.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:
    epiphany.spec -> 1.87

epiphany.spec

index 17db65ecc220acf863a998af568296044c5dd6ab..779a1db25ccabb2633a5cdd306670413ada9e185 100644 (file)
@@ -120,6 +120,7 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/application-registry/*
 rm -rf $RPM_BUILD_ROOT
 
 %post
+umask 022
 %gconf_schema_install /etc/gconf/schemas/epiphany-lockdown.schemas
 %gconf_schema_install /etc/gconf/schemas/epiphany.schemas
 /usr/bin/scrollkeeper-update -q
@@ -133,6 +134,7 @@ fi
 
 %postun
 if [ $1 = 0 ]; then
+       umask 022
        /usr/bin/scrollkeeper-update -q
        /usr/bin/update-desktop-database
 fi
This page took 0.144102 seconds and 4 git commands to generate.