]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- add correct mode to /etc/bashrc in %postun bash-completion-20020521-1
authorklark <klark@linuxpl.com>
Tue, 21 May 2002 18:56:39 +0000 (18:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion.spec -> 1.26

bash-completion.spec

index 0ba81691ac177e93b997b0156612687597ea0e4f..b458cfc4d6bb74810a374d450d75d5bcf8fa5bcc 100644 (file)
@@ -57,6 +57,7 @@ if [ "$1" -eq 0 ]; then
                > /etc/bashrc.tmp
        mv -f /etc/bashrc.tmp /etc/bashrc
 fi
+chmod 644 /etc/bashrc
 
 %files
 %defattr(644,root,root,755)
This page took 0.069139 seconds and 4 git commands to generate.