#!/bin/sh set -e if [ -f /etc/apt/sources.list.d/imunify360-testing.list.example ]; then echo "Removing obsolete config /etc/apt/sources.list.d/imunify360-testing.list.example" rm -f /etc/apt/sources.list.d/imunify360-testing.list.example fi exit 0