File: python-ceilometerclient.prerm

package info (click to toggle)
python-ceilometerclient 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 724 kB
  • ctags: 1,164
  • sloc: python: 7,828; sh: 62; makefile: 22
file content (11 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0