File: python-pykmip.prerm

package info (click to toggle)
python-pykmip 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,840 kB
  • sloc: python: 56,756; sh: 32; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0