Skip to content

Commit

Permalink
Make example scripts in documentation executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
waptaff committed Apr 11, 2016
1 parent 5f46df3 commit 1f029c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packaging/debian/sogo.postinst
Expand Up @@ -21,6 +21,12 @@ case "$1" in
# update timestamp on imgs,css,js to let apache know the files changed
find /usr/lib/GNUstep/SOGo/WebServerResources -exec touch {} \;

# Make example scripts in /usr/share/doc/sogo/ executable
# (they do not really belong there, we are violating Debian
# packaging guidelines, but OTOH moving these files now would
# break lots of setups)
chmod a+x /usr/share/doc/sogo/*.sh

# Enforce owner+mode on configuration
chmod 750 /etc/sogo
chown root:sogo /etc/sogo
Expand Down

2 comments on commit 1f029c9

@extrafu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please cherry-pick in v2 also.

@waptaff
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cherry-picked from v2. Let me know if you need it applied on other branches as well.

Please sign in to comment.