#!/bin/sh if [ "x${1}" = 'xremove' ]; then update-alternatives --remove mkpasswd /usr/bin/mkpasswd.expect fi