File: python3-glanceclient.prerm

package info (click to toggle)
python-glanceclient 1%3A2.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,228 kB
  • ctags: 1,620
  • sloc: python: 12,742; sh: 151; makefile: 36
file content (11 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0