File: python3-osprofiler.postrm

package info (click to toggle)
python-osprofiler 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 716 kB
  • sloc: python: 4,353; makefile: 172; sh: 103
file content (12 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0