Files
deb-python-senlinclient/debian/python3-senlinclient.prerm
2015-12-09 08:45:53 +00:00

12 lines
134 B
Bash

#!/bin/sh
set -e
if [ "$1" = "remove" ] ; then
update-alternatives --remove senlin /usr/bin/python3-senlin
fi
#DEBHELPER#
exit 0