~maas-maintainers/maas/packaging

« back to all changes in this revision

Viewing changes to debian/maas-common.postrm

  • Committer: MAAS Lander
  • Author(s): Andres Rodriguez
  • Date: 2016-04-01 18:52:28 UTC
  • mfrom: (472.1.22 packaging)
  • Revision ID: maas_lander-20160401185228-nmw0or03r03a0hfd
[r=andreserl][bug=1563337,1563779,1563799,1563807][author=andreserl] Improve the way how the packaging changes ownership and removes files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
            deluser maas || true
10
10
            delgroup maas || true
11
11
        fi
 
12
        rm -rf /var/log/maas/maas.log
 
13
        rm -rf /var/lib/maas/gnupg
 
14
        rm -rf /var/lib/maas/secret
 
15
        rm -rf /var/lib/maas/maas_id
 
16
 
12
17
esac
13
18
 
14
19
rm -f /etc/rsyslog.d/99-maas.conf
15
20
 
16
 
 
17
21
#DEBHELPER#