File: python-barbicanclient.prerm

package info (click to toggle)
python-barbicanclient 4.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 812 kB
  • ctags: 953
  • sloc: python: 7,712; makefile: 50; sh: 39
file content (11 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0