#!/bin/sh
set -e

W2L="welcome2l"

# Remove /etc/issue.welcome2l
if  [ "$1" = remove ] || [ "$1" = purge ]; then
  rm -f /etc/issue."$W2L"
fi

#DEBHELPER#
