File: python3-aodhclient.prerm

package info (click to toggle)
python-aodhclient 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 512 kB
  • sloc: python: 2,533; makefile: 22; sh: 12
file content (11 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove aodh /usr/bin/python3-aodh
fi

#DEBHELPER#

exit 0