~rbanffy/+junk/packaging

« back to all changes in this revision

Viewing changes to debian/maas-proxy.postrm

  • Committer: MAAS Lander
  • Author(s): Andres Rodriguez
  • Date: 2015-08-13 10:04:26 UTC
  • mfrom: (419.1.2 packaging)
  • Revision ID: maas_lander-20150813100426-lq2951hha503ud38
[r=allenap][bug=1482859][author=andreserl] Move /etc/maas/maas-proxy.conf to /usr/share/maas/maas-proxy.conf as
this is not a config we want users to modify. (LP: #1482859)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    rm -rf /var/cache/maas-proxy
7
7
    rm -rf /var/log/maas/proxy
8
8
    rm -rf /var/spool/maas-proxy
9
 
    rm -f /etc/maas/maas-proxy.conf
 
9
    rm -rf /usr/share/maas/maas-proxy.conf
10
10
fi
11
11
 
12
12
#DEBHELPER#