deb-oslo.messaging/debian/python-oslo.messaging.postinst
Thomas Goirand 5cb89bf41f * Added python3 support.
* Added oslo-messaging-zmq-receiver.init sysv-rc script.
2015-06-12 14:43:09 +02:00

12 lines
221 B
Bash

#!/bin/sh
set -e
if [ "$1" = "configure" ] ; then
update-alternatives --install /usr/bin/oslo-messaging-zmq-receiver oslo-messaging-zmq-receiver /usr/bin/python2-oslo-messaging-zmq-receiver 300
fi
#DEBHELPER#
exit 0