File: python3-aodhclient.prerm

package info (click to toggle)
python-aodhclient 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 444 kB
  • ctags: 295
  • sloc: python: 2,294; sh: 41; makefile: 33
file content (11 lines) | stat: -rw-r--r-- 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