File: python3-glance-store.prerm

package info (click to toggle)
python-glance-store 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,524 kB
  • sloc: python: 15,977; sh: 229; makefile: 33
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