#!/bin/sh ALT_COMMON_REPO_PATH="/etc/apt/sources.list.d/alt-common-els.list" if [ -f "$ALT_COMMON_REPO_PATH" ]; then rm -f "$ALT_COMMON_REPO_PATH" fi