File: python3-glance-store.prerm

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 152 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0