File: python3-glance-store.postinst

package info (click to toggle)
python-glance-store 0.26.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,336 kB
  • sloc: python: 14,177; sh: 240; makefile: 29
file content (11 lines) | stat: -rwxr-xr-x 185 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/glance-rootwrap glance-rootwrap /usr/bin/python3-glance-rootwrap 400
fi

#DEBHELPER#

exit 0