~ubuntu-branches/debian/stretch/fuel-agent/stretch

« back to all changes in this revision

Viewing changes to debian/python3-fuel-agent.postrm

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2016-02-15 02:25:18 UTC
  • Revision ID: package-import@ubuntu.com-20160215022518-fwvkevgcqjtqapzw
Tags: 7.0+2016.01.29.git.99dc8a2be7+dfsg1-2
* Fix postinst, postrm and prerm for update-alternatives (Closes: #814603).
* python{3,}-fuel-agent depends on python{3,}-fuel-bootstrap-cli.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        update-alternatives --remove fa_mkbootstrap /usr/bin/python3-fa_mkbootstrap
12
12
        update-alternatives --remove fa_partition /usr/bin/python3-fa_partition
13
13
        update-alternatives --remove provision /usr/bin/python3-provision
 
14
        update-alternatives --remove fa_fix-configs-on-startup /usr/bin/python3-fa_fix-configs-on-startup
 
15
        update-alternatives --remove fa_send2syslog /usr/bin/python3-fa_send2syslog
14
16
fi
15
17
 
16
18
#DEBHELPER#