File: python3-osprofiler.postrm

package info (click to toggle)
python-osprofiler 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 360 kB
  • ctags: 292
  • sloc: python: 1,746; makefile: 191; sh: 30
file content (12 lines) | stat: -rw-r--r-- 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