File: python3-oslo.messaging.prerm

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (12 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove oslo-messaging-send-notification /usr/bin/python3-oslo-messaging-send-notification
	update-alternatives --remove oslo-messaging-zmq-broker /usr/bin/python3-oslo-messaging-zmq-broker
fi

#DEBHELPER#

exit 0