File: python-osprofiler.postinst

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-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/osprofiler osprofiler /usr/bin/python2-osprofiler 300
fi

#DEBHELPER#

exit 0