File: python3-keystoneclient.postrm

package info (click to toggle)
python-keystoneclient 1%3A2.3.1-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,360 kB
  • sloc: python: 21,933; sh: 233; xml: 149; makefile: 123
file content (11 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then
	update-alternatives --remove keystone /usr/bin/python3-keystone
fi

#DEBHELPER#

exit 0