File: python-gnocchiclient.postinst

package info (click to toggle)
python-gnocchiclient 2.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 365
  • sloc: python: 2,178; sh: 67; makefile: 49
file content (11 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0