#!/bin/sh if [ "$2" = "DEINSTALL" ]; then echo "Removing ssm-user" pw userdel ssm-user -r fi