File: python-ironicclient.prerm

package info (click to toggle)
python-ironicclient 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,272 kB
  • ctags: 2,220
  • sloc: python: 14,972; sh: 123; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 134 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 ironic /usr/bin/python2-ironic
fi

#DEBHELPER#

exit 0