File: python3-saharaclient.postinst

package info (click to toggle)
python-saharaclient 0.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,024 kB
  • ctags: 1,356
  • sloc: python: 9,762; sh: 164; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/sahara sahara /usr/bin/python3-sahara 200
fi

#DEBHELPER#

exit 0