elk/debian/elk.prerm

9 lines
171 B
Bash

#!/bin/sh
if [ "$1" = "remove" ]; then
# Remove this useless alternative.
update-alternatives --remove scheme /usr/bin/scheme-warning-elk > /dev/null
fi
#DEBHELPER#