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

« back to all changes in this revision

Viewing changes to debian/python-fuel-bootstrap-cli.postinst

  • 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:
4
4
 
5
5
if [ "$1" = "configure" ] ; then
6
6
        update-alternatives --install /usr/bin/fuel-bootstrap fuel-bootstrap /usr/bin/python2-fuel-bootstrap 300
7
 
        update-alternatives --install /usr/bin/fa_send2syslog fa_send2syslog /usr/bin/python2-fa_send2syslog 300
8
 
        update-alternatives --install /usr/bin/fa_fix-configs-on-startup fa_fix-configs-on-startup /usr/bin/python2-fa_fix-configs-on-startup 300
9
7
fi
10
8
 
11
9
#DEBHELPER#