~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to debian/libravatar-deployment.postinst

  • Committer: Francois Marier
  • Date: 2012-10-21 08:38:32 UTC
  • Revision ID: git-v1:f83eb38384385155e7c6a1645951da553509724a
Use the new name for the sudoers file in postinst

This fixes the mistake introduced in 2c5259dfaf4a06524cfed192dea059424c292d53.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
case "$1" in
20
20
    configure)
21
21
        addgroup --system --quiet libravatar-deployment || true
22
 
        chmod 440 /etc/sudoers.d/libravatar-deployment
 
22
        chmod 440 /etc/sudoers.d/libravatar-fabric
23
23
    ;;
24
24
 
25
25
    abort-upgrade|abort-remove|abort-deconfigure)