#!/bin/sh

PHP_REPO_PATH="/etc/apt/sources.list.d/php-els.list"

if [ -f "$PHP_REPO_PATH" ]; then
    rm -f "$PHP_REPO_PATH"
fi
